]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v0.2.5 v0.2.5
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 1 Apr 2021 14:40:02 +0000 (16:40 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 1 Apr 2021 14:40:02 +0000 (16:40 +0200)
CHANGELOG.md
package.json

index d185f60758569ec7d0b24c5ba9e4adf17c8d36d1..7be87117b5be1bc0d2d59321f0e8aa016436e9d8 100644 (file)
@@ -1,3 +1,10 @@
+## [0.2.5](https://github.com/posva/pinia/compare/v0.2.4...v0.2.5) (2021-04-01)
+
+### Features
+
+- allow passing a function to $patch ([3be1c81](https://github.com/posva/pinia/commit/3be1c81eabd726780ce6b5d1919a2f60d72b3e84))
+- **types:** generic on PiniaCustomProperties ([9fedc04](https://github.com/posva/pinia/commit/9fedc045af8d1cdb57f805a9457557fc905df8d6))
+
 ## [0.2.4](https://github.com/posva/pinia/compare/v0.2.3...v0.2.4) (2021-03-31)
 
 ### Bug Fixes
index cf84c98b248af825dddb9ffa3b7ea5deed336a60..113aa7cc39af7792830f32ab32e9c4fd076c3cbc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "0.2.4",
+  "version": "0.2.5",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",