Skip to content

Commit

Permalink
chore(release): 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1](v1.5.0...v1.5.1) (2023-08-21)

### Bug Fixes

* /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js ([c4155f3](c4155f3))
* add method to crud object ([92c233a](92c233a))
* replace cdn with /dist ([795573d](795573d))
* update file uploader ([95d8ad8](95d8ad8))
  • Loading branch information
semantic-release-bot committed Aug 21, 2023
1 parent c4155f3 commit d462a4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.5.1](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.5.0...v1.5.1) (2023-08-21)


### Bug Fixes

* /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js ([c4155f3](https://github.com/CoCreate-app/CoCreate-authorize/commit/c4155f34689265420a6586e695207acf08b39c6e))
* add method to crud object ([92c233a](https://github.com/CoCreate-app/CoCreate-authorize/commit/92c233a97fd950bfa7b7c3ba5a6f18fa1ed9bc4a))
* replace cdn with /dist ([795573d](https://github.com/CoCreate-app/CoCreate-authorize/commit/795573d27f41674b054c0c40696ccd69f793091c))
* update file uploader ([95d8ad8](https://github.com/CoCreate-app/CoCreate-authorize/commit/95d8ad859292abe279cc7c83b57ee4e8ccecd415))

# [1.5.0](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.4.0...v1.5.0) (2023-08-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/authorize",
"version": "1.5.0",
"version": "1.5.1",
"description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"authorize",
Expand Down

0 comments on commit d462a4b

Please sign in to comment.