Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromir-hristov committed Nov 30, 2020
1 parent d8c70ad commit fd63137
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log
# Changelog

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.0](https://github.com/dobromir-hristov/vue-vimeo-player/compare/v0.1.1...v1.0.0) (2020-11-30)


### ⚠ BREAKING CHANGES

* Add Vue 3 support

### Features

* add support for Vue 3. Improve build step. ([70ac5c7](https://github.com/dobromir-hristov/vue-vimeo-player/commit/70ac5c70fa453eaabc1720cc11e5c9a2daeca4dc))

<a name="0.1.1"></a>
## [0.1.1](https://github.com/dobromir-hristov/vue-vimeo-player/compare/v0.1.0...v0.1.1) (2020-11-29)

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

plugin.version = '0.1.1';
plugin.version = '1.0.0';

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 @@ -146,7 +146,7 @@ var VueVimeoPlayer = (function (exports, vue, Player) {
app.component(script.name, script);
}

plugin.version = '0.1.1';
plugin.version = '1.0.0';

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 @@ -150,7 +150,7 @@ function plugin(app) {
app.component(script.name, script);
}

plugin.version = '0.1.1';
plugin.version = '1.0.0';

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

0 comments on commit fd63137

Please sign in to comment.