Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Apr 6, 2024
1 parent 0ae5429 commit 281ee8a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [0.10.0](https://github.com/nuxtlabs/vue-telescope-analyzer/compare/v0.9.23...v0.10.0) (2024-04-06)


### ⚠ BREAKING CHANGES

* move to esm and upgrade deps

### Features

* **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))
* move to esm and upgrade deps ([0ae5429](https://github.com/nuxtlabs/vue-telescope-analyzer/commit/0ae54290f0ff0ac12987ec64796d0c419ed7ca85))


### Bug Fixes

* 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))

### [0.9.23](https://github.com/nuxtlabs/vue-telescope-analyzer/compare/v0.9.22...v0.9.23) (2024-01-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-telescope-analyzer",
"version": "0.9.23",
"version": "0.10.0",
"description": "",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 281ee8a

Please sign in to comment.