From bef216304b94402af26636d9a695bcfc02b3bab6 Mon Sep 17 00:00:00 2001 From: Laurent Almeras Date: Tue, 20 Aug 2024 19:20:25 +0200 Subject: [PATCH] release 0.5.0 workaround cheerio bug: https://github.com/cheeriojs/cheerio/issues/4034 --- README.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9575450..d0a62e5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 0734a00..8838676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juice-ws", - "version": "0.4.0", + "version": "0.5.0", "description": "", "main": "dist/index.js", "scripts": { @@ -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",