]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.26 pinia@2.0.26
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 23 Nov 2022 13:33:06 +0000 (14:33 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 23 Nov 2022 13:33:06 +0000 (14:33 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index aba758b7d0461339ca8fc0ab93262bc5808f930d..c3b0d8d5e11b8a4fc5cd8b3621d1224399d0781c 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.26](https://github.com/vuejs/pinia/compare/pinia@2.0.25...pinia@2.0.26) (2022-11-23)
+
+### Bug Fixes
+
+- **types:** support older ts versions ([78fb214](https://github.com/vuejs/pinia/commit/78fb21409b731f4822b076e83b31c234e75c722d)), closes [#1818](https://github.com/vuejs/pinia/issues/1818)
+
 ## [2.0.25](https://github.com/vuejs/pinia/compare/pinia@2.0.24...pinia@2.0.25) (2022-11-21)
 
 ### Bug Fixes
index 660d6c04ba28147f745c029949d20073368ebffd..ede0c09ee21e6cab8afac4764f97d5c05ab6fc3e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.25",
+  "version": "2.0.26",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",