Skip to content

Commit e70987c

Browse files
committed
chore(release): 1.1.1
1 parent f630107 commit e70987c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1.1](https://github.com/nuxt-company/vue-telemetry-extensions/compare/v1.1.0...v1.1.1) (2020-07-30)
6+
7+
8+
### Bug Fixes
9+
10+
* handle fonts and remove basic auth ([f630107](https://github.com/nuxt-company/vue-telemetry-extensions/commit/f630107e69e6c08f37a65c252ac2696f80549512))
11+
512
## [1.1.0](https://github.com/nuxt-company/vue-telemetry-extensions/compare/v1.0.0...v1.1.0) (2020-07-27)
613

714

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-telemetry-extension",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A Vue.js web extension",
55
"author": "NuxtJS Company",
66
"license": "MIT",
@@ -17,7 +17,8 @@
1717
"watch": "npm run build -- --watch",
1818
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch",
1919
"dev": "concurrently \"npm run watch:tailwind\" \"npm run watch:dev\"",
20-
"build": "npm run build:tailwind && webpack --mode production"
20+
"build": "npm run build:tailwind && webpack --mode production",
21+
"release": "standard-version"
2122
},
2223
"dependencies": {
2324
"@babel/polyfill": "^7.8.7",
@@ -64,6 +65,7 @@
6465
"node-sass": "^4.13.1",
6566
"puppeteer": "^2.1.1",
6667
"sass-loader": "^7.1.0",
68+
"standard-version": "^8.0.2",
6769
"vue-loader": "^15.4.2",
6870
"vue-svg-loader": "^0.16.0",
6971
"vue-template-compiler": "^2.6.10",

0 commit comments

Comments
 (0)