Skip to content

Commit 64210f1

Browse files
committed
chore(release): 1.12.0
1 parent 46e1dc9 commit 64210f1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [1.12.0](https://github.com/Kocal/vue-web-extension/compare/v1.11.0...v1.12.0) (2019-08-15)
6+
7+
8+
### Bug Fixes
9+
10+
* change fonts directory to `/fonts/` ([#453](https://github.com/Kocal/vue-web-extension/issues/453)) ([8700217](https://github.com/Kocal/vue-web-extension/commit/8700217))
11+
* fix images loading when using a relative path ([#474](https://github.com/Kocal/vue-web-extension/issues/474)) ([795d91a](https://github.com/Kocal/vue-web-extension/commit/795d91a))
12+
13+
14+
### Features
15+
16+
* **webpack:** handle fonts ([#445](https://github.com/Kocal/vue-web-extension/issues/445)) ([9ee09ae](https://github.com/Kocal/vue-web-extension/commit/9ee09ae))
17+
18+
19+
520
## [1.11.0](https://github.com/Kocal/vue-web-extension/compare/v1.10.0...v1.11.0) (2019-06-08)
621

722

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