Skip to content

Commit

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

### Bug Fixes

* get user from socket or data ([1e3a821](1e3a821))
* update to support new query system ([0ddfeca](0ddfeca))
  • Loading branch information
semantic-release-bot committed Jan 17, 2024
1 parent 1e3a821 commit 437a07f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.13.1](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.13.0...v1.13.1) (2024-01-17)


### Bug Fixes

* get user from socket or data ([1e3a821](https://github.com/CoCreate-app/CoCreate-authorize/commit/1e3a82119e774c9714324e8780e453f43eecb9c4))
* update to support new query system ([0ddfeca](https://github.com/CoCreate-app/CoCreate-authorize/commit/0ddfeca394ae44b1c56499df38df0b96c0b15396))

# [1.13.0](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.12.0...v1.13.0) (2024-01-08)


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.13.0",
"version": "1.13.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 437a07f

Please sign in to comment.