Skip to content

Commit 4366eeb

Browse files
committed
πŸš€ release: Release v1.2.0
1 parent 0f809ae commit 4366eeb

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
<!-- ## Unreleased -->
1818

19+
## [1.2.0] - 2025-03-08
20+
21+
### Changed
22+
23+
- Issue number is always shown on a tag for an issue
24+
1925
## [1.1.0] - 2025-02-26
2026

2127
### Changed
@@ -148,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148154

149155
Initial release.
150156

157+
[1.2.0]: https://github.com/nathonius/obsidian-github-link/compare/1.1.0...1.2.0
151158
[1.1.0]: https://github.com/nathonius/obsidian-github-link/compare/1.0.3...1.1.0
152159
[1.0.3]: https://github.com/nathonius/obsidian-github-link/compare/1.0.2...1.0.3
153160
[1.0.2]: https://github.com/nathonius/obsidian-github-link/compare/1.0.0...1.0.2

β€Žmanifest.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "github-link",
33
"name": "GitHub Link",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"minAppVersion": "0.15.0",
66
"description": "Enrich your notes with issue and pull request content from GitHub",
77
"author": "Nathonius",

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-github-link",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub",
55
"main": "main.js",
66
"scripts": {

β€Žversions.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.2.0": "0.15.0",
23
"1.1.0": "0.15.0",
34
"1.0.3": "0.15.0",
45
"1.0.2": "0.15.0",

0 commit comments

Comments
Β (0)