]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v0.5.2 v0.5.2
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 3 Jun 2021 12:48:31 +0000 (14:48 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 3 Jun 2021 12:48:31 +0000 (14:48 +0200)
CHANGELOG.md
package.json

index be4fcb692933e315b44d26d0507a9a6571573429..71cde8bdfea6967bb2b1a6cb2b2d04770f07d20d 100644 (file)
@@ -1,3 +1,9 @@
+## [0.5.2](https://github.com/posva/pinia/compare/v0.5.1...v0.5.2) (2021-06-03)
+
+### Bug Fixes
+
+- **types:** fix extension for TS 4.3 ([e46f4b8](https://github.com/posva/pinia/commit/e46f4b877687cab18377622dee2560e8fa295e39))
+
 ## [0.5.1](https://github.com/posva/pinia/compare/v0.5.0...v0.5.1) (2021-05-17)
 
 ### Bug Fixes
index 6300e17f8a206f94ab99d317b6474ff6b809edee..3a0638fc8b70df7bab13ff8b2ab78d1f2f14d9a5 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",