🚀 release: Release v0.7.2

This commit is contained in:
Nathan Smith 2024-06-16 14:41:37 -04:00
parent 65ab8c207e
commit 1a3059512a
5 changed files with 14 additions and 5 deletions

View file

@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ## Unreleased -->
## [0.7.2] - 2024-06-16
### Fixed
- Author column for tables actually links to the author on github
- Link all have `target="_blank"` set so that they do not close popout windows
## [0.7.1] - 2024-04-21
### Fixed
@ -103,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release.
[0.7.2]: https://github.com/nathonius/obsidian-github-link/compare/0.7.1...0.7.2
[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

View file

@ -1,7 +1,7 @@
{
"id": "github-link",
"name": "GitHub Link",
"version": "0.7.1",
"version": "0.7.2",
"minAppVersion": "0.15.0",
"description": "Enrich your notes with issue and pull request content from GitHub",
"author": "Nathonius",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-github-link",
"version": "0.7.1",
"version": "0.7.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-github-link",
"version": "0.7.1",
"version": "0.7.2",
"license": "MIT",
"dependencies": {
"@octokit/auth-oauth-device": "^6.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-github-link",
"version": "0.7.1",
"version": "0.7.2",
"description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub",
"main": "main.js",
"scripts": {
@ -45,4 +45,4 @@
"@octokit/request": "^8.2.0",
"queue": "^7.0.0"
}
}
}

View file

@ -1,4 +1,5 @@
{
"0.7.2": "0.15.0",
"0.7.1": "0.15.0",
"0.7.0": "0.15.0",
"0.6.0": "0.15.0",