Skip to content

Commit 752dabf

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.28...v1.6.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([973d02d](973d02d)) * replace -target -selector ([bc8aecc](bc8aecc)) * webpack.config and package.json make use of mode=production instead of process.env ([bffad89](bffad89)) ### Features * name attribute and variable renamed to key ([6f7e1b0](6f7e1b0))
1 parent bffad89 commit 752dabf

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.6.0](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.5.28...v1.6.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([973d02d](https://github.com/CoCreate-app/CoCreate-scroll/commit/973d02d5cfaa0f091d5b7ddd809d9221da6cf90d))
7+
* replace -target -selector ([bc8aecc](https://github.com/CoCreate-app/CoCreate-scroll/commit/bc8aecc98134e9e8ff032527dfc61aef16cb87bc))
8+
* webpack.config and package.json make use of mode=production instead of process.env ([bffad89](https://github.com/CoCreate-app/CoCreate-scroll/commit/bffad894608346a240a1d62969b878277a0e6ef4))
9+
10+
11+
### Features
12+
13+
* name attribute and variable renamed to key ([6f7e1b0](https://github.com/CoCreate-app/CoCreate-scroll/commit/6f7e1b04f300350c7423075998c11d56173cb098))
14+
115
## [1.5.28](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.5.27...v1.5.28) (2023-06-14)
216

317

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/scroll",
3-
"version": "1.5.28",
3+
"version": "1.6.0",
44
"description": "A simple scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"scroll",
@@ -60,4 +60,4 @@
6060
"dependencies": {
6161
"@cocreate/observer": "^1.8.19"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)