🚀 release: Release v1.0.3

This commit is contained in:
Nathan Smith 2025-01-19 18:59:34 -05:00
parent 9cdfba024d
commit 05cbb3dce2
5 changed files with 12 additions and 4 deletions

View file

@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ## Unreleased -->
## [1.0.3] - 2025-01-19
### Fixed
- Allow linking directly to single files, and generally improved reliability of regex. Thanks @joshleaves!
## [1.0.2] - 2024-08-30
### Fixed
@ -135,6 +141,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release.
[1.0.2]: https://github.com/nathonius/obsidian-github-link/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/nathonius/obsidian-github-link/compare/1.0.0...1.0.2
[1.0.0]: https://github.com/nathonius/obsidian-github-link/compare/0.7.2...1.0.0
[0.7.2]: https://github.com/nathonius/obsidian-github-link/compare/0.7.1...0.7.2

View file

@ -1,7 +1,7 @@
{
"id": "github-link",
"name": "GitHub Link",
"version": "1.0.2",
"version": "1.0.3",
"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": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-github-link",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"dependencies": {
"@octokit/auth-oauth-device": "^6.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-github-link",
"version": "1.0.2",
"version": "1.0.3",
"description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub",
"main": "main.js",
"scripts": {

View file

@ -1,4 +1,5 @@
{
"1.0.3": "0.15.0",
"1.0.2": "0.15.0",
"1.0.0": "0.15.0",
"0.7.2": "0.15.0",