Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 1, 2023
2 parents 078865f + 7eb0406 commit 31a8a68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
config.js
node_modules
dist
.npmrc
package-lock.json
yarn.lock
pnpm-lock.yaml
package-lock.json

logs
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.28.4](https://github.com/CoCreate-app/CoCreateWS/compare/v0.28.3...v0.28.4) (2023-04-29)


### Bug Fixes

* package-lock.json and pnpm-lock.yaml added to .gitignore ([8f111fe](https://github.com/CoCreate-app/CoCreateWS/commit/8f111fe18f2e4e700bdc1d7d182854b281be609d))

## [0.28.3](https://github.com/CoCreate-app/CoCreateWS/compare/v0.28.2...v0.28.3) (2023-04-29)


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

0 comments on commit 31a8a68

Please sign in to comment.