We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2e1dd commit 2f64a61Copy full SHA for 2f64a61
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.3.24](https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.3.23...v1.3.24) (2023-06-11)
2
+
3
4
+### Bug Fixes
5
6
+* testing workflow ([de2e1dd](https://github.com/CoCreate-app/CoCreate-overlay-scroll/commit/de2e1dd365abca6bae689b809674d0d0f2167922))
7
8
## [1.3.23](https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.3.22...v1.3.23) (2023-06-11)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cocreate/overlay-scroll",
- "version": "1.3.23",
+ "version": "1.3.24",
"description": "A simple overlay-scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"overlay-scroll",
@@ -60,4 +60,4 @@
60
"dependencies": {
61
"@cocreate/cli": "^1.33.6"
62
}
63
-}
+}
0 commit comments