Skip to content

Commit 1b5e5d6

Browse files
chore(release): 1.0.10 [skip ci]
## [1.0.10](v1.0.9...v1.0.10) (2021-06-30) ### Bug Fixes * automated and manual workflows ([bf5c617](bf5c617))
1 parent 2604212 commit 1b5e5d6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.10](https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.0.9...v1.0.10) (2021-06-30)
2+
3+
4+
### Bug Fixes
5+
6+
* automated and manual workflows ([bf5c617](https://github.com/CoCreate-app/CoCreate-overlay-scroll/commit/bf5c6173e33082229d376fea43df2cc820950691))
7+
18
## [1.0.9](https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.0.8...v1.0.9) (2021-06-25)
29

310

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.0.9",
3+
"version": "1.0.10",
44
"description": "A simple overlay-scroll component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"overlay-scroll",
@@ -52,7 +52,7 @@
5252
"clean-webpack-plugin": "^3.0.0",
5353
"file-loader": "^6.2.0",
5454
"html-webpack-plugin": "^4.5.0",
55-
"mini-css-extract-plugin": "^1.5.0",
55+
"mini-css-extract-plugin": "^1.5.0",
5656
"style-loader": "^2.0.0",
5757
"terser-webpack-plugin": "^5.1.1",
5858
"uglifyjs-webpack-plugin": "^2.2.0",

0 commit comments

Comments
 (0)