Skip to content

Commit

Permalink
chore(release): 0.42.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.42.0](v0.41.0...v0.42.0) (2023-11-19)

### Bug Fixes

* filter-name renamed to filter-key ([6aeaf49](6aeaf49))

### Features

* openai plugin ([d89bef1](d89bef1))
* update cocreate dependencies for the latest features ([a718f34](a718f34))
  • Loading branch information
semantic-release-bot committed Nov 19, 2023
1 parent a718f34 commit ac164a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.42.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.41.0...v0.42.0) (2023-11-19)


### Bug Fixes

* filter-name renamed to filter-key ([6aeaf49](https://github.com/CoCreate-app/CoCreateWS/commit/6aeaf497cdcc879214b1a9b1b32dca406e8c57d6))


### Features

* openai plugin ([d89bef1](https://github.com/CoCreate-app/CoCreateWS/commit/d89bef17b51a0ce70a54f1cd8d641780abb8c798))
* update cocreate dependencies for the latest features ([a718f34](https://github.com/CoCreate-app/CoCreateWS/commit/a718f3463afb1cd6b2cc0bcdba5166ba6357596c))

# [0.41.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.40.0...v0.41.0) (2023-11-12)


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/cocreatews",
"version": "0.41.0",
"version": "0.42.0",
"description": "Server Side for CoCreateJS. Containing websocket, crud, auth, server side rendering, and permission components.",
"keywords": [
"cocreatews",
Expand Down Expand Up @@ -66,4 +66,4 @@
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
}
}
}

0 comments on commit ac164a7

Please sign in to comment.