Skip to content

Commit 08dfba3

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.19...v1.1.0) (2021-07-23) ### Bug Fixes * reorder functions for more readabilty ([585015b](585015b)) ### Features * added createUser function ([8659688](8659688))
1 parent 585015b commit 08dfba3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.19...v1.1.0) (2021-07-23)
2+
3+
4+
### Bug Fixes
5+
6+
* reorder functions for more readabilty ([585015b](https://github.com/CoCreate-app/CoCreate-users/commit/585015b66b2fbc4a9cf62fb729a1bc1883d9ded0))
7+
8+
9+
### Features
10+
11+
* added createUser function ([8659688](https://github.com/CoCreate-app/CoCreate-users/commit/8659688d0261e73ac3139b843d8780264a4ac78b))
12+
113
## [1.0.19](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.18...v1.0.19) (2021-07-22)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/users",
3-
"version": "1.0.19",
3+
"version": "1.1.0",
44
"description": "A simple users component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"users",

0 commit comments

Comments
 (0)