From a50785f95e49c5edaeafa9e9c300de6e60ce7e4c Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 1 Apr 2021 16:40:02 +0200 Subject: [PATCH] release: v0.2.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d185f607..7be87117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index cf84c98b..113aa7cc 100644 --- a/package.json +++ b/package.json @@ -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", -- 2.47.3