diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cd5c2..dc8a6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.13](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.3.12...v1.3.13) (2023-06-11) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([afa3b3e](https://github.com/CoCreate-app/CoCreate-authorize/commit/afa3b3edfe8416cfa997820062c4036d1e1bf996)) + ## [1.3.12](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.3.11...v1.3.12) (2023-06-11) diff --git a/package.json b/package.json index 5e4b4ba..2dc3f85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/authorize", - "version": "1.3.12", + "version": "1.3.13", "description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "authorize", @@ -49,4 +49,4 @@ "@cocreate/crud-client": "^1.21.22", "@cocreate/utils": "^1.21.14" } -} \ No newline at end of file +}