Skip to content

Commit d5654bf

Browse files
committed
chore(release): 1.5.0
1 parent f86467a commit d5654bf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.5.0](https://github.com/denolehov/obsidian-url-into-selection/compare/v1.1.0...v1.5.0) (2021-04-26)
6+
7+
8+
### Features
9+
10+
* avoid unintentional auto selection [@AidenLx](https://github.com/AidenLx) ([d81319f](https://github.com/denolehov/obsidian-url-into-selection/commit/d81319f5ee6d8035c29cc4e497f1dc0125e70166)), closes [#12](https://github.com/denolehov/obsidian-url-into-selection/issues/12)
11+
512
## [1.4.0](https://github.com/denolehov/obsidian-url-into-selection/compare/v1.1.0...v1.4.0) (2021-04-19)
613

714

manifest.json

+1-1
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.4.0"
7+
"version": "1.5.0"
88
}

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.4.0",
3+
"version": "1.5.0",
44
"description": "Paste URL \"into\" selected text",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)