Skip to content

Commit 46a6373

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/vue-pivottable/vue3-pivottable/compare/vue-pivottable@1.0.15...vue-pivottable@1.1.0) (2025-06-18) ### Bug Fixes * fix type error ([6426f5b](6426f5b)) * fix type error ([2fe1d27](2fe1d27)) * fix type of default props aggregators ([660c70e](660c70e)) * vite 빌드 에러 처리 [#122](#122) ([ac2fb63](ac2fb63)) ### Features * add typescript configuration to project ([9fa411b](9fa411b)) * add TypeScript support to pivottable components ([7abfc37](7abfc37)) * 변경사항 자동 커밋 ([38b646f](38b646f))
1 parent da4859a commit 46a6373

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.1.0](https://github.com/vue-pivottable/vue3-pivottable/compare/vue-pivottable@1.0.15...vue-pivottable@1.1.0) (2025-06-18)
2+
3+
4+
### Bug Fixes
5+
6+
* fix type error ([6426f5b](https://github.com/vue-pivottable/vue3-pivottable/commit/6426f5bedaffcd4f38ede86ebc24aa6d0624e055))
7+
* fix type error ([2fe1d27](https://github.com/vue-pivottable/vue3-pivottable/commit/2fe1d27a1b9c21a3fc1e42453c54ba701b673f3f))
8+
* fix type of default props aggregators ([660c70e](https://github.com/vue-pivottable/vue3-pivottable/commit/660c70e4daec1d6ea8226b1d1d677bb32696c0f2))
9+
* vite 빌드 에러 처리 [#122](https://github.com/vue-pivottable/vue3-pivottable/issues/122) ([ac2fb63](https://github.com/vue-pivottable/vue3-pivottable/commit/ac2fb6363f2cefc8495be3adf77cf82e9777f996))
10+
11+
12+
### Features
13+
14+
* add typescript configuration to project ([9fa411b](https://github.com/vue-pivottable/vue3-pivottable/commit/9fa411bd849aae2947093d6f849713b2212e6f91))
15+
* add TypeScript support to pivottable components ([7abfc37](https://github.com/vue-pivottable/vue3-pivottable/commit/7abfc37376ab05a7cab64723f65ff13b35a3304a))
16+
* 변경사항 자동 커밋 ([38b646f](https://github.com/vue-pivottable/vue3-pivottable/commit/38b646fca94a9d6417ce5286033834d5f83da0f6))
17+
118
## [1.0.15](https://github.com/vue-pivottable/vue3-pivottable/compare/vue-pivottable@1.0.14...vue-pivottable@1.0.15) (2025-06-05)
219

320

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.0.15",
3+
"version": "1.1.0",
44
"type": "module",
55
"description": "",
66
"exports": {

0 commit comments

Comments
 (0)