Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
workaround cheerio bug: cheeriojs/cheerio#4034
  • Loading branch information
lalmeras committed Aug 20, 2024
1 parent 873ac63 commit bef2163
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ git push origin main vNEW_VERSION

## Changelog

### v0.5.0 - 2024-08-20

* juice 10.0.1
* workaround cheerio bug https://github.com/cheeriojs/cheerio/issues/4034

### v0.4.0 - 2024-08-14

* fix container: node version update needed
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": "juice-ws",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"juice": "^10.0.0",
"juice": "^10.0.1",
"passport": "^0.7.0",
"passport-anonymous": "^1.0.1",
"passport-http-bearer": "^1.0.1",
Expand Down

0 comments on commit bef2163

Please sign in to comment.