diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f6bd3..0354718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.8.0...v1.9.0) (2023-11-25) + + +### Features + +* upgrade dependencies for latest features and fixes ([b1d0342](https://github.com/CoCreate-app/CoCreate-social-share/commit/b1d0342439fbe223f8830a5be728565b6f7e4254)) + # [1.8.0](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.7.0...v1.8.0) (2023-11-25) diff --git a/package.json b/package.json index 57bcbd1..e62e9ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/social-share", - "version": "1.8.0", + "version": "1.9.0", "description": "A simple social-share component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "social-share", @@ -57,4 +57,4 @@ "webpack-cli": "^4.6.0", "webpack-log": "^3.0.1" } -} \ No newline at end of file +}