Skip to content

Commit 0a3ba15

Browse files
committed
chore(release): 1.10.0
1 parent 5b9cf1b commit 0a3ba15

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Change Log
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.
4+
5+
<a name="1.10.0"></a>
6+
7+
# [1.10.0](https://github.com/Kocal/vue-web-extension/compare/v1.9.0...v1.10.0) (2019-04-05)
8+
9+
### Bug Fixes
10+
11+
- Handle `eval` removal properly, remove "remove-evals" script and WebpackShellPlugin ([#398](https://github.com/Kocal/vue-web-extension/issues/398)) ([ab1ce52](https://github.com/Kocal/vue-web-extension/commit/ab1ce52))
12+
13+
### Features
14+
15+
- add core-js dependency ([#381](https://github.com/Kocal/vue-web-extension/issues/381)) ([01066ba](https://github.com/Kocal/vue-web-extension/commit/01066ba))
16+
17+
418

519
<a name="1.9.0"></a>
620
# [1.9.0](https://github.com/Kocal/vue-web-extension/compare/v1.8.1...v1.9.0) (2018-11-08)

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.9.0",
3+
"version": "1.10.0",
44
"description": "A boilerplate for quickly starting a web extension with webpack, Vue and more!",
55
"main": "meta.js",
66
"repository": "https://github.com/Kocal/vue-web-extension.git",

0 commit comments

Comments
 (0)