Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denolehov committed Nov 12, 2020
1 parent bc06b7c commit 51c7ba7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.1.0](https://github.com/denolehov/obsidian-url-into-selection/compare/v1.0.0...v1.1.0) (2020-11-12)


### Features

* add ability to paste clipboard into URLs and creating clickable links out of it ([c808cc7](https://github.com/denolehov/obsidian-url-into-selection/commit/c808cc73cffd9e2b3fcb80d0eb4895676359e976)), closes [#2](https://github.com/denolehov/obsidian-url-into-selection/issues/2)
* users are no longer required to have text selected for hotkey to work ([f67ce01](https://github.com/denolehov/obsidian-url-into-selection/commit/f67ce019a57aeff3207b802ecee3eca652fb165e))

## 1.0.0 (2020-10-28)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"description": "Paste URL \"into\" selected text.",
"isDesktopOnly": false,
"js": "main.js",
"version": "1.0.0"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-url-into-selection",
"version": "1.0.0",
"version": "1.1.0",
"description": "Paste URL \"into\" selected text",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 51c7ba7

Please sign in to comment.