Skip to content

Commit 18a5a98

Browse files
committed
1 parent 3000161 commit 18a5a98

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/pinia/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.3](https://github.com/vuejs/pinia/compare/[email protected]@2.1.3) (2023-05-18)
2+
3+
### Bug Fixes
4+
5+
- **types:** revert declare module vue ([3000161](https://github.com/vuejs/pinia/commit/3000161205e66838d872e514a9e90f73a1b37039))
6+
17
## [2.1.2](https://github.com/vuejs/pinia/compare/[email protected]@2.1.2) (2023-05-18)
28

39
- Force vue-demi version

packages/pinia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)