mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
Merge pull request #106 from nathonius/release/v0.7.1
🚀 release: Release v0.7.1
This commit is contained in:
commit
14ba964f6c
5 changed files with 14 additions and 6 deletions
|
|
@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [0.7.1] - 2024-04-21
|
||||
|
||||
### Fixed
|
||||
|
||||
- ⚡ Plugin data is initialized if no data is present on plugin load. Thanks @agriffis!
|
||||
|
||||
## [0.7.0] - 2024-04-11
|
||||
|
||||
### Changed
|
||||
|
|
@ -97,6 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
Initial release.
|
||||
|
||||
[0.7.1]: https://github.com/nathonius/obsidian-github-link/compare/0.7.0...0.7.1
|
||||
[0.7.0]: https://github.com/nathonius/obsidian-github-link/compare/0.6.0...0.7.0
|
||||
[0.6.0]: https://github.com/nathonius/obsidian-github-link/compare/0.5.1...0.6.0
|
||||
[0.5.1]: https://github.com/nathonius/obsidian-github-link/compare/0.5.0...0.5.1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "github-link",
|
||||
"name": "GitHub Link",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Enrich your notes with issue and pull request content from GitHub",
|
||||
"author": "Nathonius",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-github-link",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-github-link",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@octokit/auth-oauth-device": "^6.0.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-github-link",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
@ -39,4 +39,4 @@
|
|||
"@octokit/plugin-rest-endpoint-methods": "^10.3.0",
|
||||
"@octokit/request": "^8.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"0.7.1": "0.15.0",
|
||||
"0.7.0": "0.15.0",
|
||||
"0.6.0": "0.15.0",
|
||||
"0.5.1": "0.15.0",
|
||||
|
|
@ -7,4 +8,4 @@
|
|||
"0.3.0": "0.15.0",
|
||||
"0.2.0": "0.15.0",
|
||||
"0.1.0": "0.15.0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue