Skip to content

Commit 2af6d80

Browse files
committed
chore(release): 1.3.0
1 parent 9e877e0 commit 2af6d80

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.3.0](https://github.com/denolehov/obsidian-url-into-selection/compare/v1.1.0...v1.3.0) (2021-04-19)
6+
7+
8+
### Features
9+
10+
* add behavior to native pastes ([9d76f2f](https://github.com/denolehov/obsidian-url-into-selection/commit/9d76f2fb36dcf5bfc228bf6c2102fcb995e9a859))
11+
* ignore leading whitespace in URL ([#5](https://github.com/denolehov/obsidian-url-into-selection/issues/5)) ([a13a5e4](https://github.com/denolehov/obsidian-url-into-selection/commit/a13a5e4662a9debba920a04034841241a41dcaca))
12+
13+
14+
### Bug Fixes
15+
16+
* fix issues with referse pasting ([96f1626](https://github.com/denolehov/obsidian-url-into-selection/commit/96f1626de27828f6d5f376561ac4037a77a4f1fe))
17+
* remove default hotkey to avoid possible conflict ([e414f46](https://github.com/denolehov/obsidian-url-into-selection/commit/e414f463bc78ac1464f745471da9e66f9a652487))
18+
519
## [1.2.0](https://github.com/denolehov/obsidian-url-into-selection/compare/v1.0.0...v1.2.0) (2021-03-29)
620

721

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

0 commit comments

Comments
 (0)