From b58f1e45b64585539f246f50de0f052afe5ef7cc Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 16 Sep 2020 22:44:39 +0100 Subject: [PATCH] chore: release v0.12.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 553cda80..4f238430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.12.4](https://github.com/nuxt-community/composition-api/compare/0.12.3...0.12.4) (2020-09-16) + + +### Bug Fixes + +* remove `markReactive` export ([#239](https://github.com/nuxt-community/composition-api/issues/239)) ([d455d0f](https://github.com/nuxt-community/composition-api/commit/d455d0f87e5a798403ffb7bb0263f4e30de0c4ce)), closes [#238](https://github.com/nuxt-community/composition-api/issues/238) + ### [0.12.3](https://github.com/nuxt-community/composition-api/compare/0.12.2...0.12.3) (2020-08-26) diff --git a/package.json b/package.json index 8a635239..a7b0cd7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/composition-api", - "version": "0.12.3", + "version": "0.12.4", "description": "Composition API hooks for Nuxt", "license": "MIT", "repository": "nuxt-community/composition-api",