Skip to content

Commit cc89f3f

Browse files
committed
chore(release): 1.11.0
1 parent cd68341 commit cc89f3f

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
# Change Log
1+
# Changelog
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-
4+
5+
## [1.11.0](https://github.com/Kocal/vue-web-extension/compare/v1.10.0...v1.11.0) (2019-06-08)
6+
7+
8+
### Build System
9+
10+
* **deps:** update ESLint ([688a2d5](https://github.com/Kocal/vue-web-extension/commit/688a2d5))
11+
* **deps:** update Vue to ^2.6.10 ([df9ae97](https://github.com/Kocal/vue-web-extension/commit/df9ae97))
12+
13+
14+
### Features
15+
16+
* install babel runtime ([#411](https://github.com/Kocal/vue-web-extension/issues/411)) ([4319a38](https://github.com/Kocal/vue-web-extension/commit/4319a38))
17+
* use core-js 3 ([#410](https://github.com/Kocal/vue-web-extension/issues/410)) ([e27d910](https://github.com/Kocal/vue-web-extension/commit/e27d910))
18+
* **hot-reload:** migrate to webpack-extension-reloader ([#431](https://github.com/Kocal/vue-web-extension/issues/431)) ([cd68341](https://github.com/Kocal/vue-web-extension/commit/cd68341))
19+
20+
21+
522
<a name="1.10.0"></a>
623

724
# [1.10.0](https://github.com/Kocal/vue-web-extension/compare/v1.9.0...v1.10.0) (2019-04-05)

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.10.0",
3+
"version": "1.11.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)