Skip to content

Commit

Permalink
chore(release): 1.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Feb 5, 2023
1 parent e98b03d commit 33ea99a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.31.3](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.31.2...1.31.3) (2023-02-05)


### Bug Fixes

* don't focus existing pane on silent mode ([d6edfbd](https://github.com/Vinzent03/obsidian-advanced-uri/commit/d6edfbdac3be412b3c21f68ce3414046505edd02)), closes [#106](https://github.com/Vinzent03/obsidian-advanced-uri/issues/106)
* open existing tab if possible ([e98b03d](https://github.com/Vinzent03/obsidian-advanced-uri/commit/e98b03def89cb09ff96ce011b91940676a63318e)), closes [#98](https://github.com/Vinzent03/obsidian-advanced-uri/issues/98)
* show copy advanced uri in file options ([e38c8f4](https://github.com/Vinzent03/obsidian-advanced-uri/commit/e38c8f4a64ec2f0dfc0e96238ee3f2c4b16125fe))

### [1.31.2](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.31.1...1.31.2) (2022-12-17)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"isDesktopOnly": false,
"js": "main.js",
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "1.31.2",
"version": "1.31.3",
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03"
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-advanced-uri",
"version": "1.31.2",
"version": "1.31.3",
"description": "Advanced modes for Obsidian URI",
"main": "main.js",
"scripts": {
Expand All @@ -17,17 +17,17 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@types/uuid": "^8.3.1",
"obsidian": "^0.16.0",
"rollup": "^2.32.1",
"standard-version": "^9.0.0",
"tslib": "^2.0.3",
"@rollup/plugin-typescript": "^6.1.0",
"@types/uuid": "^8.3.4",
"obsidian": "^0.16.3",
"rollup": "^2.79.1",
"standard-version": "^9.5.0",
"tslib": "^2.4.1",
"typescript": "4.3.5"
},
"dependencies": {
"obsidian-daily-notes-interface": "^0.9.0",
"uuid": "^8.3.2",
"obsidian-community-lib": "^2.0.2"
"obsidian-community-lib": "^2.0.2",
"obsidian-daily-notes-interface": "^0.9.4",
"uuid": "^8.3.2"
}
}

0 comments on commit 33ea99a

Please sign in to comment.