]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.11 pinia@2.0.11
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 30 Jan 2022 09:07:00 +0000 (10:07 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 30 Jan 2022 09:07:00 +0000 (10:07 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index e0a85c9abfa9305303851440808cda1fcbc66a52..80f229d2345ce5e2eb7180cff30a26e42191496a 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.11](https://github.com/vuejs/pinia/compare/pinia@2.0.10...pinia@2.0.11) (2022-01-30)
+
+### Bug Fixes
+
+- **types:** custom Awaited for TS 4.x ([7fcb62e](https://github.com/vuejs/pinia/commit/7fcb62e6fc77e273daf5396d68a9b17126d3ea35)), closes [#1006](https://github.com/vuejs/pinia/issues/1006)
+
 ## [2.0.10](https://github.com/vuejs/pinia/compare/pinia@2.0.9...pinia@2.0.10) (2022-01-27)
 
 ### Bug Fixes
index 805c0434e5f85fde9d9eb52f16522c70c1f1acda..504dad012e5aa41eeb027cbdcc851a75033bfac8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.10",
+  "version": "2.0.11",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",