Skip to content

Commit 243f37b

Browse files
committed
chore(release): 0.7.0
1 parent fb51ee3 commit 243f37b

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+
## [0.7.0](https://github.com/nuxt-company/vue-telemetry-analyzer/compare/v0.6.19...v0.7.0) (2020-09-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove chromium and use puppeteer (#24)
11+
12+
### Features
13+
14+
* add vee-validate to plugins ([#22](https://github.com/nuxt-company/vue-telemetry-analyzer/issues/22)) ([fb51ee3](https://github.com/nuxt-company/vue-telemetry-analyzer/commit/fb51ee30a0bc976e747aaee5212ba976d3f2e0e4))
15+
* remove chromium and use puppeteer ([#24](https://github.com/nuxt-company/vue-telemetry-analyzer/issues/24)) ([c1d4633](https://github.com/nuxt-company/vue-telemetry-analyzer/commit/c1d4633f2b437ec2c7d1b1a4221093c6faef7ab2))
16+
517
### [0.6.19](https://github.com/nuxt-company/vue-telemetry-analyzer/compare/v0.6.18...v0.6.19) (2020-09-12)
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-telemetry-analyzer",
3-
"version": "0.6.19",
3+
"version": "0.7.0",
44
"description": "",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)