Skip to content

Commit b1564c9

Browse files
committed
1 parent 3069105 commit b1564c9

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.2.2](https://github.com/vuejs/pinia/compare/[email protected]@2.2.2) (2024-08-15)
2+
3+
### Features
4+
5+
- improve tree shaking on `defineStore` ([#2740](https://github.com/vuejs/pinia/issues/2740)) ([3069105](https://github.com/vuejs/pinia/commit/3069105f15858393e5386bac7e62ea32a46c80bb))
6+
17
## [2.2.1](https://github.com/vuejs/pinia/compare/[email protected]@2.2.1) (2024-08-06)
28

39
### Bug Fixes

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.2.1",
3+
"version": "2.2.2",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)