From cf5b221acb5021341fdc86304577461562b64a73 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sat, 10 Apr 2021 17:28:03 +0200 Subject: [PATCH] release: v0.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50995eb9..77ec38fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.1](https://github.com/posva/pinia/compare/v0.3.0...v0.3.1) (2021-04-10) + +### Bug Fixes + +- **store:** avoid multiple subscriptions call ([60df4d5](https://github.com/posva/pinia/commit/60df4d51e3c1ca7980c452d4d38eeac88b948acf)), closes [#429](https://github.com/posva/pinia/issues/429) [#430](https://github.com/posva/pinia/issues/430) +- **subscribe:** remove subscription when unmounted ([455ad95](https://github.com/posva/pinia/commit/455ad955ea4220d8434c327c6e54521a1ca93141)) + # [0.3.0](https://github.com/posva/pinia/compare/v0.2.5...v0.3.0) (2021-04-09) ### Bug Fixes diff --git a/package.json b/package.json index 25b4e67a..ec840a3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "0.3.0", + "version": "0.3.1", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js", -- 2.47.3