Skip to content

Commit 2c841e5

Browse files
chore(release): 1.33.0 [skip ci]
# [1.33.0](v1.32.0...v1.33.0) (2024-01-08) ### Bug Fixes * applied host to define environment/branch ([953c3fa](953c3fa)) ### Features * bumped CoCreate dependencies to their latest versions ([e118a0f](e118a0f))
1 parent e118a0f commit 2c841e5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.33.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.32.0...v1.33.0) (2024-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* applied host to define environment/branch ([953c3fa](https://github.com/CoCreate-app/CoCreate-users/commit/953c3fa3cd144e1d9c0718e0c25df786892a136d))
7+
8+
9+
### Features
10+
11+
* bumped CoCreate dependencies to their latest versions ([e118a0f](https://github.com/CoCreate-app/CoCreate-users/commit/e118a0fcbd74ac9ffa20ec21830855b1176c50ee))
12+
113
# [1.32.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.31.3...v1.32.0) (2023-12-21)
214

315

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/users",
3-
"version": "1.32.0",
3+
"version": "1.33.0",
44
"description": "A simple users component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"users",
@@ -65,4 +65,4 @@
6565
"@cocreate/local-storage": "^1.12.0",
6666
"@cocreate/render": "^1.37.1"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)