Skip to content

Commit 70e17ab

Browse files
authored
Merge pull request #290 from vue-pivottable/staging
Staging
2 parents 0ce303c + 05395ed commit 70e17ab

File tree

4 files changed

+12
-26
lines changed

4 files changed

+12
-26
lines changed

.changeset/memory-leak-fix.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/pivot-model-two-way-binding.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- feat: implement PivotModel two-way binding with complete feature set
8+
- fix: resolve critical memory leak in VPivottableUi component (#270)
9+
10+
### Patch Changes
11+
12+
- fix: improve release script to prevent unwanted package updates
13+
314
## 1.1.7
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-pivottable",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"type": "module",
55
"description": "",
66
"exports": {

0 commit comments

Comments
 (0)