]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v0.5.1 v0.5.1
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 May 2021 17:00:58 +0000 (19:00 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 May 2021 17:00:58 +0000 (19:00 +0200)
CHANGELOG.md
package.json

index f0871354bab2c0408da056c646d616eaa03a086c..be4fcb692933e315b44d26d0507a9a6571573429 100644 (file)
@@ -1,3 +1,10 @@
+## [0.5.1](https://github.com/posva/pinia/compare/v0.5.0...v0.5.1) (2021-05-17)
+
+### Bug Fixes
+
+- **type:** export forgotten types ([b3909c7](https://github.com/posva/pinia/commit/b3909c739263ce3b1f57d4af6b9a398e7db67ef8))
+- **types:** correct subtype Store ([65d4ab3](https://github.com/posva/pinia/commit/65d4ab325ea20311bdcb41bd2e16ab873ae8a2dc)), closes [#500](https://github.com/posva/pinia/issues/500)
+
 # [0.5.0](https://github.com/posva/pinia/compare/v0.4.1...v0.5.0) (2021-05-17)
 
 ### Bug Fixes
index adf6f8ba25abbcbf6c065901fd00b574bcc2935c..25fba9ab78642b388d816f28080397c247a4d6e4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",