Skip to content

Commit

Permalink
Merge pull request #117 from nathonius/release/0.7.2
Browse files Browse the repository at this point in the history
🚀 release: Release v0.7.2
  • Loading branch information
nathonius authored Jun 16, 2024
2 parents 65ab8c2 + 1a30595 commit ea2ee06
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -45,4 +45,4 @@
"@octokit/request": "^8.2.0",
"queue": "^7.0.0"
}
}
}
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ea2ee06

Please sign in to comment.