We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15889ba commit 271c759Copy full SHA for 271c759
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [2.0.0-alpha.2](https://github.com/posva/pinia/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2020-09-25)
2
+
3
+### Features
4
5
+- add devtools support ([849cb3f](https://github.com/posva/pinia/commit/849cb3f30559e312bf00625a42a7b697c68d9941))
6
7
# [2.0.0-alpha.1](https://github.com/posva/pinia/compare/0.1.0-alpha.1...2.0.0-alpha.1) (2020-09-22)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "pinia",
- "version": "2.0.0-alpha.1",
+ "version": "2.0.0-alpha.2",
"description": "Some awesome description",
"main": "dist/pinia.cjs.js",
"module": "dist/pinia.esm-bundler.js",
0 commit comments