Skip to content

Commit

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

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

### [1.0.4](https://github.com/dobromir-hristov/vue-vimeo-player/compare/v1.0.3...v1.0.4) (2021-02-18)


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.4';
plugin.version = '1.0.5';

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.4';
plugin.version = '1.0.5';

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.4';
plugin.version = '1.0.5';

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.4",
"version": "1.0.5",
"description": "Vue.js wrapper for Vimeo player",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit a95ab49

Please sign in to comment.