Skip to content

Commit 3bf4efc

Browse files
committed
chore(release): 0.6.3
1 parent cfeed4f commit 3bf4efc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
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+
### [0.6.3](https://github.com/nuxt-company/vue-telemetry-analyzer/compare/v0.6.2...v0.6.3) (2020-06-24)
6+
7+
8+
### Features
9+
10+
* **detectors:** add slugs ([9cefb79](https://github.com/nuxt-company/vue-telemetry-analyzer/commit/9cefb7996a3ec425cbd2a5ca7d3c160fb756c08f))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-telemetry-analyzer",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "",
55
"main": "src/index.js",
66
"bin": {
@@ -32,4 +32,4 @@
3232
"puppeteer": "^3.3.0",
3333
"standard-version": "^8.0.0"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)