Skip to content

Commit

Permalink
🚀 release: #25 Release v0.2.0
Browse files Browse the repository at this point in the history
Closes: #25
  • Loading branch information
nathonius committed Feb 9, 2024
1 parent d3397e5 commit d203b3c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ## Unreleased -->

## [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

## [0.1.0] - 2024-02-01

Initial release.

<!-- [2.0.0]: https://github.com/OfficerHalf/obsidian-jira-cloud/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/OfficerHalf/obsidian-jira-cloud/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/OfficerHalf/obsidian-jira-cloud/compare/1.0.0...1.1.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
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.1.0",
"version": "0.2.0",
"minAppVersion": "0.15.0",
"description": "Enrich your notes with content from GitHub REST API",
"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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-github-link",
"version": "0.1.0",
"version": "0.2.0",
"description": "An Obsidian plugin enriching notes with data from GitHub's REST API",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.2.0": "0.15.0",
"0.1.0": "0.15.0"
}

0 comments on commit d203b3c

Please sign in to comment.