]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v0.2.4 v0.2.4
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Mar 2021 14:11:16 +0000 (16:11 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Mar 2021 14:11:16 +0000 (16:11 +0200)
CHANGELOG.md
package.json

index 55df2b55621613869e4915a1c2484d515c769b70..d185f60758569ec7d0b24c5ba9e4adf17c8d36d1 100644 (file)
@@ -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
index 67289dd3271adeb73e23c7f75ea3a413c35d6b5d..cf84c98b248af825dddb9ffa3b7ea5deed336a60 100644 (file)
@@ -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",