Skip to content

Commit e8f1835

Browse files
chore(release): 1.3.13 [skip ci]
## [1.3.13](v1.3.12...v1.3.13) (2023-06-04) ### Bug Fixes * replaced secert GITHUB_TOKEN with GITHUB ([2171d8a](2171d8a)) * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([34b5d7f](34b5d7f))
1 parent 34b5d7f commit e8f1835

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.3.13](https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.3.12...v1.3.13) (2023-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* replaced secert GITHUB_TOKEN with GITHUB ([2171d8a](https://github.com/CoCreate-app/CoCreate-overlay-scroll/commit/2171d8a874d4ea3065d3d1572c4a8d500455e78e))
7+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([34b5d7f](https://github.com/CoCreate-app/CoCreate-overlay-scroll/commit/34b5d7f53e4378347caecf8493f79bc0b85211c9))
8+
19
## [1.3.12](https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.3.11...v1.3.12) (2023-06-04)
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/overlay-scroll",
3-
"version": "1.3.12",
3+
"version": "1.3.13",
44
"description": "A simple overlay-scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"overlay-scroll",
@@ -61,4 +61,4 @@
6161
"dependencies": {
6262
"@cocreate/docs": "^1.7.15"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)