Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0](v1.12.0...v1.13.0) (2024-01-08)

### Bug Fixes

* applied host to define environment/branch ([56ff08a](56ff08a))

### Features

* bumped CoCreate dependencies to their latest versions ([641c52b](641c52b))
  • Loading branch information
semantic-release-bot committed Jan 8, 2024
1 parent 641c52b commit e2a5a54
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.13.0](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.12.0...v1.13.0) (2024-01-08)


### Bug Fixes

* applied host to define environment/branch ([56ff08a](https://github.com/CoCreate-app/CoCreate-authorize/commit/56ff08a0929003b37658ab394c74bf1e429cecd5))


### Features

* bumped CoCreate dependencies to their latest versions ([641c52b](https://github.com/CoCreate-app/CoCreate-authorize/commit/641c52b6af630d7164cc9e720d00e4e40d7e3d11))

# [1.12.0](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.11.0...v1.12.0) (2023-12-21)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/authorize",
"version": "1.12.0",
"version": "1.13.0",
"description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"authorize",
Expand Down Expand Up @@ -48,4 +48,4 @@
"@cocreate/crud-client": "^1.32.2",
"@cocreate/utils": "^1.30.0"
}
}
}

0 comments on commit e2a5a54

Please sign in to comment.