From f17889d73cfa6d43d87b94bc86e54bc5321da4ab Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 5 Nov 2021 16:02:52 +0000 Subject: [PATCH] chore: release v0.30.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a622f649..d5e6d69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.30.0](https://github.com/nuxt-community/composition-api/compare/0.29.3...0.30.0) (2021-11-05) + + +### Bug Fixes + +* resolve all aliases ([#578](https://github.com/nuxt-community/composition-api/issues/578)) ([d2c7516](https://github.com/nuxt-community/composition-api/commit/d2c7516ebb6478d0628e85c6f2201f86cd7b1abf)) +* use `.mjs` version of `@vue/compoisition-api` ([#577](https://github.com/nuxt-community/composition-api/issues/577)) ([f49884b](https://github.com/nuxt-community/composition-api/commit/f49884b6dbe34869de88b56c2c6ef01d609d8556)) + ### [0.29.3](https://github.com/nuxt-community/composition-api/compare/0.29.2...0.29.3) (2021-10-11) diff --git a/package.json b/package.json index 6965623f..18b5600e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/composition-api", - "version": "0.29.3", + "version": "0.30.0", "description": "Composition API hooks for Nuxt", "keywords": [ "vue",