Skip to content

Commit

Permalink
chore: release v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 12, 2024
1 parent 6f89271 commit b1b7673
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@


## [0.34.0](https://github.com/nuxt-community/composition-api/compare/0.33.1...0.34.0) (2024-04-12)


### Bug Fixes

* allow returning of falsy values from useAsync ([#670](https://github.com/nuxt-community/composition-api/issues/670)) ([f8d9128](https://github.com/nuxt-community/composition-api/commit/f8d9128bbced69de3821e7ddc74add4e29962b68))
* include `.d.mts` file for bundler compatibility ([#786](https://github.com/nuxt-community/composition-api/issues/786)) ([fe769c7](https://github.com/nuxt-community/composition-api/commit/fe769c707496b2f07125cc4a532278df4c277e39))
* remove `@nuxt/vue-app` peer dependency ([#753](https://github.com/nuxt-community/composition-api/issues/753)) ([f3b8fbf](https://github.com/nuxt-community/composition-api/commit/f3b8fbf40f507e3728b775f05e0ea3cef5f542ad))
* update link to Bridge documentation ([1571863](https://github.com/nuxt-community/composition-api/commit/1571863e766ab283f9e5c582accc5acc274c0c52))

### [0.33.1](https://github.com/nuxt-community/composition-api/compare/0.33.0...0.33.1) (2022-08-01)


Expand Down Expand Up @@ -827,4 +837,4 @@ _Note_: Work has already begun on composable hooks for `vue-meta` that will mean

### Features

* add withContext hook ([179f0e1](https://github.com/danielroe/nuxt-composition-api/commit/179f0e1ab7b0d67499c1814c0101fd7037b66490))
* add withContext hook ([179f0e1](https://github.com/danielroe/nuxt-composition-api/commit/179f0e1ab7b0d67499c1814c0101fd7037b66490))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/composition-api",
"version": "0.33.1",
"version": "0.34.0",
"description": "Composition API hooks for Nuxt",
"keywords": [
"vue",
Expand Down Expand Up @@ -46,7 +46,7 @@
"now-build": "NOW_BUILD=true yarn fixture:generate:export",
"nuxt-run": "cross-env-shell \"yarn nuxt $CMD test/fixture\"",
"prepare": "yarn build",
"prepublishOnly": "yarn lint && yarn test",
"_prepublishOnly": "yarn lint && yarn test",
"release": "release-it",
"test": "run-s test:*",
"test:e2e-generated": "cross-env GENERATE=true PORT=8000 start-server-and-test fixture:generate http://localhost:8000 \"testcafe -q firefox:headless test/e2e\"",
Expand Down

0 comments on commit b1b7673

Please sign in to comment.