diff --git a/CHANGELOG.md b/CHANGELOG.md index 0278ac5..1af986c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.2.0...v1.2.1) (2023-03-16) + + +### Bug Fixes + +* bump dependencies' ([8b8394f](https://github.com/CoCreate-app/CoCreate-social-share/commit/8b8394f89d60b130210ec3deb91db797afa26e96)) + # [1.2.0](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.1.117...v1.2.0) (2023-03-16) diff --git a/package.json b/package.json index a3c6d74..25540ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/social-share", - "version": "1.2.0", + "version": "1.2.1", "description": "A simple social-share component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "social-share", @@ -63,4 +63,4 @@ "@cocreate/docs": "^1.6.0", "@cocreate/hosting": "^1.8.0" } -} \ No newline at end of file +}