Skip to content

Commit 5f397f6

Browse files
committed
chore(release): 0.9.4
1 parent 1f4bf07 commit 5f397f6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.9.4](https://github.com/nuxtlabs/vue-telescope-analyzer/compare/v0.9.3...v0.9.4) (2022-01-19)
6+
7+
8+
### Features
9+
10+
* add detector for `@vue/composition-api` ([#48](https://github.com/nuxtlabs/vue-telescope-analyzer/issues/48)) ([0bdc4b3](https://github.com/nuxtlabs/vue-telescope-analyzer/commit/0bdc4b3a5d4cf8c99db11886a7f2e9a367b2975d))
11+
* detect adult website from domain ([1f4bf07](https://github.com/nuxtlabs/vue-telescope-analyzer/commit/1f4bf07de4a103ccf32b3727610c01a29127fec8))
12+
* **detectors:** add Vue 3 detector for chakra-ui/vue ([#51](https://github.com/nuxtlabs/vue-telescope-analyzer/issues/51)) ([97d472a](https://github.com/nuxtlabs/vue-telescope-analyzer/commit/97d472aec6b818788e2db54a7edfd210750c4af9))
13+
14+
15+
### Bug Fixes
16+
17+
* correct typo in vuex detector ([#47](https://github.com/nuxtlabs/vue-telescope-analyzer/issues/47)) ([ee6e9b5](https://github.com/nuxtlabs/vue-telescope-analyzer/commit/ee6e9b513a59767b3ad2c702fae460d958d2d934))
18+
519
### [0.9.3](https://github.com/nuxtlabs/vue-telescope-analyzer/compare/v0.9.2...v0.9.3) (2021-05-07)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-telescope-analyzer",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)