Skip to content

Commit 281ee8a

Browse files
committed
chore(release): 0.10.0
1 parent 0ae5429 commit 281ee8a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.10.0](https://github.com/nuxtlabs/vue-telescope-analyzer/compare/v0.9.23...v0.10.0) (2024-04-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* move to esm and upgrade deps
11+
12+
### Features
13+
14+
* **app:** Add TresJs to vue-telemetry ([#105](https://github.com/nuxtlabs/vue-telescope-analyzer/issues/105)) ([8ff8135](https://github.com/nuxtlabs/vue-telescope-analyzer/commit/8ff8135d48ef13012075a7d3b8a99e78f201d0a4))
15+
* move to esm and upgrade deps ([0ae5429](https://github.com/nuxtlabs/vue-telescope-analyzer/commit/0ae54290f0ff0ac12987ec64796d0c419ed7ca85))
16+
17+
18+
### Bug Fixes
19+
20+
* check nuxt instance from `unctx` where needed ([#107](https://github.com/nuxtlabs/vue-telescope-analyzer/issues/107)) ([b543297](https://github.com/nuxtlabs/vue-telescope-analyzer/commit/b5432978e2d0b109cd1f1ebeb4331ae4996d7f22))
21+
522
### [0.9.23](https://github.com/nuxtlabs/vue-telescope-analyzer/compare/v0.9.22...v0.9.23) (2024-01-24)
623

724

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.23",
3+
"version": "0.10.0",
44
"description": "",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)