diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a79679b..596db674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) \ No newline at end of file +* add withContext hook ([179f0e1](https://github.com/danielroe/nuxt-composition-api/commit/179f0e1ab7b0d67499c1814c0101fd7037b66490)) diff --git a/package.json b/package.json index a72b6316..434fff2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/composition-api", - "version": "0.33.1", + "version": "0.34.0", "description": "Composition API hooks for Nuxt", "keywords": [ "vue", @@ -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\"",