Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Aug 31, 2020
1 parent ba5f432 commit d869a0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

### [2.0.0](https://github.com/Kocal/vue-web-extension/compare/v1.12.0...v2.0.0) (2020-08-31)

Vue-web-extension now becomes a [Vue CLI 3+ preset](https://cli.vuejs.org/guide/plugins-and-presets.html#presets)!

Support for Vue CLI <2 has been removed.

See [#622](https://github.com/Kocal/vue-web-extension/pull/622) for more information!

### Bug Fixes

* images & fonts not being properly bundled ([#571](https://github.com/Kocal/vue-web-extension/issues/571)) ([91de1d5](https://github.com/Kocal/vue-web-extension/commit/91de1d5f031ce17d9b3c1ffeaf38e855d4251d23))

## [1.12.0](https://github.com/Kocal/vue-web-extension/compare/v1.11.0...v1.12.0) (2019-08-15)


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": "vue-web-extension",
"version": "1.12.0",
"version": "2.0.0",
"description": "A Vue CLI preset for quickly starting a web extension with webpack, Vue and more!",
"repository": "https://github.com/Kocal/vue-web-extension.git",
"author": "Hugo Alliaume <[email protected]>",
Expand Down

0 comments on commit d869a0d

Please sign in to comment.