Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Apr 12, 2021
1 parent 16d18e5 commit a890aa7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/alx-plugins/media-extended/compare/1.0.1...2.0.0) (2021-04-12)


### Code Refactoring

* **processor.ts:** extract util function injectTimestamp() ([ef17898](https://github.com/alx-plugins/media-extended/commit/ef1789833f641db0aec678c3cbe22bb5a393419b))


### Features

* **processor.ts:** add external video hosts (Youtube, bilibili) embed support ([4708cd5](https://github.com/alx-plugins/media-extended/commit/4708cd5ac139ea533633dd1c52363ed7ef37a93d))


### BREAKING CHANGES

* **processor.ts:** now HME_TF is renamed to HTMLMediaEl_TF

## [1.0.1](https://github.com/alx-plugins/media-extended/compare/1.0.0...1.0.1) (2021-04-10)


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": "1.0.1",
"version": "2.0.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": "1.0.1",
"version": "2.0.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
@@ -1,4 +1,5 @@
{
"1.0.0": "0.10.2",
"1.0.1": "0.10.2"
"1.0.1": "0.10.2",
"2.0.0": "0.10.2"
}

0 comments on commit a890aa7

Please sign in to comment.