mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
🚀 release: Release v0.3.0
This commit is contained in:
parent
921730c5a8
commit
031757d431
5 changed files with 21 additions and 5 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -19,16 +19,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [0.3.0] - 2024-02-09
|
||||
|
||||
### Added
|
||||
|
||||
- Default column set for simple tables
|
||||
|
||||
### Fixed
|
||||
|
||||
- Removed some extraneous logging
|
||||
|
||||
### Changed
|
||||
|
||||
- Some documentation and CI improvements
|
||||
|
||||
## [0.2.0] - 2024-02-09
|
||||
|
||||
### Added
|
||||
|
||||
- Added columns for issue results
|
||||
- Added support for simpler queries using dedicated endpoints for issues and pull requests
|
||||
- Added columns for issue results
|
||||
- Added support for simpler queries using dedicated endpoints for issues and pull requests
|
||||
|
||||
## [0.1.0] - 2024-02-01
|
||||
|
||||
Initial release.
|
||||
|
||||
[0.3.0]: https://github.com/nathonius/obsidian-github-link/compare/0.2.0...0.3.0
|
||||
[0.2.0]: https://github.com/nathonius/obsidian-github-link/compare/0.1.0...0.2.0
|
||||
[0.1.0]: https://github.com/nathonius/obsidian-github-link/releases/tag/0.1.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "github-link",
|
||||
"name": "GitHub Link",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Enrich your notes with issue and pull request content from GitHub",
|
||||
"author": "Nathonius",
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-github-link",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-github-link",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"0.3.0": "0.15.0",
|
||||
"0.2.0": "0.15.0",
|
||||
"0.1.0": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue