]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v0.2.2 v0.2.2
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Mar 2021 09:30:04 +0000 (11:30 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Mar 2021 09:30:04 +0000 (11:30 +0200)
CHANGELOG.md
package.json

index a90c20f1cb73bf4b0d5f1ac26ff53540a1578a92..44cdd9bfe2f661fd842e76bd2e4c85ec96d3b857 100644 (file)
@@ -1,3 +1,11 @@
+## [0.2.2](https://github.com/posva/pinia/compare/v0.2.1...v0.2.2) (2021-03-31)
+
+This build exposes the `exports` option in `package.json`, please report any errors you find.
+
+### Bug Fixes
+
+- use inject in nuxt plugin ([d768a43](https://github.com/posva/pinia/commit/d768a438e99e0eb81893922c049a61b5ea077443))
+
 ## [0.2.1](https://github.com/posva/pinia/compare/v0.2.0...v0.2.1) (2021-03-23)
 
 ### Bug Fixes
index f80263d3e2ad6a324dae961058bcbd02542dea26..b68b41ff36365d305ea21733b311d9609fd121c4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "0.2.1",
+  "version": "0.2.2",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",