Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2023-06-04)

### Bug Fixes

* **semantic-release:** worklow error solved by running node version 14 ([111e8f2](111e8f2))
  • Loading branch information
semantic-release-bot committed Jun 4, 2023
1 parent 111e8f2 commit 7c2fc6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.2.0...v1.2.1) (2023-06-04)


### Bug Fixes

* **semantic-release:** worklow error solved by running node version 14 ([111e8f2](https://github.com/CoCreate-app/CoCreate-authorize/commit/111e8f2593f6b39ce5fb6ce7c5981cd7213b2a25))

# [1.2.0](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.1.0...v1.2.0) (2023-06-02)


Expand All @@ -22,4 +29,4 @@

### Features

* Initial release. Compares data with authorized object and removes keys user does not have authorization to access. ([005b827](https://github.com/CoCreate-app/CoCreate-authorize/commit/005b82745002a2d9d33ca1e0625f50287db30572))
* Initial release. Compares data with authorized object and removes keys user does not have authorization to access. ([005b827](https://github.com/CoCreate-app/CoCreate-authorize/commit/005b82745002a2d9d33ca1e0625f50287db30572))
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.2.0",
"version": "1.2.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 7c2fc6c

Please sign in to comment.