diff --git a/CHANGELOG.md b/CHANGELOG.md index a07c838..97fc3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.33.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.32.0...v1.33.0) (2024-01-08) + + +### Bug Fixes + +* applied host to define environment/branch ([953c3fa](https://github.com/CoCreate-app/CoCreate-users/commit/953c3fa3cd144e1d9c0718e0c25df786892a136d)) + + +### Features + +* bumped CoCreate dependencies to their latest versions ([e118a0f](https://github.com/CoCreate-app/CoCreate-users/commit/e118a0fcbd74ac9ffa20ec21830855b1176c50ee)) + # [1.32.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.31.3...v1.32.0) (2023-12-21) diff --git a/package.json b/package.json index fd15054..a11add2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/users", - "version": "1.32.0", + "version": "1.33.0", "description": "A simple users component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "users", @@ -65,4 +65,4 @@ "@cocreate/local-storage": "^1.12.0", "@cocreate/render": "^1.37.1" } -} \ No newline at end of file +}