From 4ac84dcf4e8af0a87051419c5eac0faa080eddc9 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 31 Mar 2021 16:11:16 +0200 Subject: [PATCH] release: v0.2.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55df2b55..d185f607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.2.4](https://github.com/posva/pinia/compare/v0.2.3...v0.2.4) (2021-03-31) + +### Bug Fixes + +- **nuxt:** automatically transpile pinia ([7c03691](https://github.com/posva/pinia/commit/7c0369194f6518ab5ea221f4a260f9b4506f222b)) + ## [0.2.3](https://github.com/posva/pinia/compare/v0.2.2...v0.2.3) (2021-03-31) ### Bug Fixes diff --git a/package.json b/package.json index 67289dd3..cf84c98b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "0.2.3", + "version": "0.2.4", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js", -- 2.47.3