Skip to content

Commit 6aec36f

Browse files
committed
updated package, manifest and changelog files
1 parent ff2c37b commit 6aec36f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
## [1.7.0]
6+
7+
### Bug Fixes
8+
* Fixed the plugin so that it works in live preview, closes [#33](https://github.com/denolehov/obsidian-url-into-selection/issues/33)
9+
510
## [1.6.0](https://github.com/denolehov/obsidian-url-into-selection/compare/v1.1.0...v1.6.0) (2021-04-27)
611

712

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"description": "Paste URL \"into\" selected text.",
55
"isDesktopOnly": false,
66
"js": "main.js",
7-
"version": "1.6.0"
8-
}
7+
"version": "1.7.0"
8+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-url-into-selection",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Paste URL \"into\" selected text",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)