Skip to content

Commit 236bd3f

Browse files
chore(release): 1.8.2 [skip ci]
## [1.8.2](v1.8.1...v1.8.2) (2023-09-18) ### Bug Fixes * Add path and pathname ([ad9c6ef](ad9c6ef)) * Update CoCreate depndencies to latest versions ([4f26adc](4f26adc))
1 parent 4f26adc commit 236bd3f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.8.2](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.8.1...v1.8.2) (2023-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Add path and pathname ([ad9c6ef](https://github.com/CoCreate-app/CoCreate-scroll/commit/ad9c6ef3aa60854d7e139898cd9afb8a4475c069))
7+
* Update CoCreate depndencies to latest versions ([4f26adc](https://github.com/CoCreate-app/CoCreate-scroll/commit/4f26adc6f13d0612f200f76d4e07747b3fc699d5))
8+
19
## [1.8.1](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.8.0...v1.8.1) (2023-08-21)
210

311

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.8.1",
3+
"version": "1.8.2",
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.11.1"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)