Skip to content

Commit 38d0a62

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.19...v1.1.0) (2021-07-28) ### Features * add new is{attribute} system and remove data- from attributtes ([31398e5](31398e5))
1 parent 31398e5 commit 38d0a62

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.0.19...v1.1.0) (2021-07-28)
2+
3+
4+
### Features
5+
6+
* add new is{attribute} system and remove data- from attributtes ([31398e5](https://github.com/CoCreate-app/CoCreate-scroll/commit/31398e5073582af05aaf2d0c71e1f02c8d3ed6fc))
7+
18
## [1.0.19](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.0.18...v1.0.19) (2021-07-17)
29

310

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.0.19",
3+
"version": "1.1.0",
44
"description": "A simple scroll component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"scroll",

0 commit comments

Comments
 (0)