Skip to content

Commit d869a0d

Browse files
committed
chore(release): 2.0.0
1 parent ba5f432 commit d869a0d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
### [2.0.0](https://github.com/Kocal/vue-web-extension/compare/v1.12.0...v2.0.0) (2020-08-31)
6+
7+
Vue-web-extension now becomes a [Vue CLI 3+ preset](https://cli.vuejs.org/guide/plugins-and-presets.html#presets)!
8+
9+
Support for Vue CLI <2 has been removed.
10+
11+
See [#622](https://github.com/Kocal/vue-web-extension/pull/622) for more information!
12+
13+
### Bug Fixes
14+
15+
* 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))
16+
517
## [1.12.0](https://github.com/Kocal/vue-web-extension/compare/v1.11.0...v1.12.0) (2019-08-15)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-web-extension",
3-
"version": "1.12.0",
3+
"version": "2.0.0",
44
"description": "A Vue CLI preset for quickly starting a web extension with webpack, Vue and more!",
55
"repository": "https://github.com/Kocal/vue-web-extension.git",
66
"author": "Hugo Alliaume <[email protected]>",

0 commit comments

Comments
 (0)