Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Apr 15, 2021
1 parent 32586ac commit 1c40ace
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.2.0](https://github.com/alx-plugins/media-extended/compare/2.1.0...2.2.0) (2021-04-15)


### Features

* add youtube short link support ([18bef61](https://github.com/alx-plugins/media-extended/commit/18bef6158eb0001b7987886be694b167cc2e0b67))

# [2.1.0](https://github.com/alx-plugins/media-extended/compare/2.0.0...2.1.0) (2021-04-14)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "media-extended",
"name": "Media Extended",
"version": "2.1.0",
"version": "2.2.0",
"minAppVersion": "0.10.2",
"description": "Improve media (video/audio) playing in Obsidian",
"author": "AidenLx",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-extended",
"version": "2.1.0",
"version": "2.2.0",
"description": "Improve media (video/audio) playing in Obsidian",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.0.0": "0.10.2",
"1.0.1": "0.10.2",
"2.0.0": "0.10.2",
"2.1.0": "0.10.2"
"2.1.0": "0.10.2",
"2.2.0": "0.10.2"
}

0 comments on commit 1c40ace

Please sign in to comment.