Skip to content

Commit

Permalink
chore(release): 0.30.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.30.1](v0.30.0...v0.30.1) (2023-05-20)

### Bug Fixes

* Refactor key and user permission creation in `createDB.js` ([d35ca93](d35ca93))
  • Loading branch information
semantic-release-bot committed May 20, 2023
1 parent d35ca93 commit 5f04bd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.30.1](https://github.com/CoCreate-app/CoCreateWS/compare/v0.30.0...v0.30.1) (2023-05-20)


### Bug Fixes

* Refactor key and user permission creation in `createDB.js` ([d35ca93](https://github.com/CoCreate-app/CoCreateWS/commit/d35ca93627389da4936aca0555867d5479de225c))

# [0.30.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.29.6...v0.30.0) (2023-05-19)


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/cocreatews",
"version": "0.30.0",
"version": "0.30.1",
"description": "Server Side for CoCreateJS. Containing websocket, crud, auth, server side rendering, and permission components.",
"keywords": [
"cocreatews",
Expand Down

0 comments on commit 5f04bd1

Please sign in to comment.