diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f7160..91b6625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.6.5...v1.7.0) (2023-11-19) + + +### Features + +* update dependecies for th latest features and bug fixes ([3653c19](https://github.com/CoCreate-app/CoCreate-overlay-scroll/commit/3653c19b1eeaab810a6a680caae4ad128921854e)) + ## [1.6.5](https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.6.4...v1.6.5) (2023-11-12) diff --git a/package.json b/package.json index d70b75b..8f6b861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/overlay-scroll", - "version": "1.6.5", + "version": "1.7.0", "description": "A simple overlay-scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "overlay-scroll", @@ -57,4 +57,4 @@ "webpack-cli": "^4.5.0", "webpack-log": "^3.0.1" } -} \ No newline at end of file +}