Skip to content

Commit 28070e2

Browse files
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.0...v1.13.0) (2024-11-04) ### Bug Fixes * observer taget has been renamed to selector ([c29bc49](c29bc49)) * pretier.config.js and file formating ([a6b0297](a6b0297)) * support for scrollable-y and scrollable-x attributes to detect if the element has a scroll ([2240d2f](2240d2f)) ### Features * add prettier.config.js and format files ([d96636c](d96636c)) * add prettier.config.js and format files ([3f15adc](3f15adc))
1 parent a6b0297 commit 28070e2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.13.0](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.12.0...v1.13.0) (2024-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* observer taget has been renamed to selector ([c29bc49](https://github.com/CoCreate-app/CoCreate-scroll/commit/c29bc49a623dd66f5aee115636b77eae0b0ea27f))
7+
* pretier.config.js and file formating ([a6b0297](https://github.com/CoCreate-app/CoCreate-scroll/commit/a6b0297dea674108e47f92afaabc4d0954686703))
8+
* support for scrollable-y and scrollable-x attributes to detect if the element has a scroll ([2240d2f](https://github.com/CoCreate-app/CoCreate-scroll/commit/2240d2fec057b6d7dd036ad750e42d308f537b3c))
9+
10+
11+
### Features
12+
13+
* add prettier.config.js and format files ([d96636c](https://github.com/CoCreate-app/CoCreate-scroll/commit/d96636cbf7eafb546ac789f9d093b8a1cb148c9d))
14+
* add prettier.config.js and format files ([3f15adc](https://github.com/CoCreate-app/CoCreate-scroll/commit/3f15adc4c96c171119012168e8d60297fb2b37dd))
15+
116
# [1.12.0](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.11.3...v1.12.0) (2024-09-21)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/scroll",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "A simple scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"scroll",

0 commit comments

Comments
 (0)