From e01d96082591ccd12818d56f39365f7e5db4d668 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 31 Mar 2021 12:12:37 +0200 Subject: [PATCH] release: v2.0.0-alpha.9 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d741ab..a18d1b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.0.0-alpha.9](https://github.com/posva/pinia/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2021-03-31) + +### Bug Fixes + +- **types:** pass custom properties to stores ([d26df6e](https://github.com/posva/pinia/commit/d26df6e1133fc8dff58312df36ff2af6f129a560)) + # [2.0.0-alpha.8](https://github.com/posva/pinia/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2021-03-29) ### Bug Fixes diff --git a/package.json b/package.json index 760a75f2..f4911cb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.0-alpha.8", + "version": "2.0.0-alpha.9", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js", -- 2.47.2