Skip to content

Commit

Permalink
chore(release): 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromir-hristov committed Feb 18, 2021
1 parent 0c21bad commit 9e1627c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.0.4](https://github.com/dobromir-hristov/vue-vimeo-player/compare/v1.0.3...v1.0.4) (2021-02-18)


### Bug Fixes

* make videoID not required anymore. ([0c21bad](https://github.com/dobromir-hristov/vue-vimeo-player/commit/0c21bad519f7056c1e8d23cdead2746e252520dc))

### [1.0.3](https://github.com/dobromir-hristov/vue-vimeo-player/compare/v1.0.2...v1.0.3) (2020-12-07)

### [1.0.2](https://github.com/dobromir-hristov/vue-vimeo-player/compare/v1.0.1...v1.0.2) (2020-12-02)
Expand Down
2 changes: 1 addition & 1 deletion dist/index.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function plugin(app) {
app.component(script.name, script);
}

plugin.version = '1.0.3';
plugin.version = '1.0.4';

export default plugin;
export { script as vueVimeoPlayer };
2 changes: 1 addition & 1 deletion dist/index.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ var VueVimeoPlayer = (function (exports, vue, Player) {
app.component(script.name, script);
}

plugin.version = '1.0.3';
plugin.version = '1.0.4';

exports.default = plugin;
exports.vueVimeoPlayer = script;
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function plugin(app) {
app.component(script.name, script);
}

plugin.version = '1.0.3';
plugin.version = '1.0.4';

exports.default = plugin;
exports.vueVimeoPlayer = script;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-vimeo-player",
"version": "1.0.3",
"version": "1.0.4",
"description": "Vue.js wrapper for Vimeo player",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 9e1627c

Please sign in to comment.