From 2b1484966e621059eb4fcb82038b37141a568d52 Mon Sep 17 00:00:00 2001 From: Loris Bettazza Date: Wed, 14 Aug 2024 21:56:29 +0200 Subject: [PATCH 1/2] :bookmark: Bump version to 4.0.1 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9bf9c8..a738769 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ You can also use the [jsDelivr CDN](https://www.jsdelivr.com/package/npm/whatsap ```html - + ``` ## Message structure diff --git a/package-lock.json b/package-lock.json index 5d6e459..a8b3829 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatsapp-chat-parser", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whatsapp-chat-parser", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "8.1.0", diff --git a/package.json b/package.json index 9dfb38e..0e58860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsapp-chat-parser", - "version": "4.0.0", + "version": "4.0.1", "description": "A package to parse WhatsApp chats with Node.js or in the browser 💬", "type": "module", "main": "dist/index.cjs", From 7f4b5760629f25ce6f306293d1c35a7d82903ce1 Mon Sep 17 00:00:00 2001 From: Loris Bettazza Date: Wed, 14 Aug 2024 22:03:14 +0200 Subject: [PATCH 2/2] :memo: Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a5c80..d557f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.0.1] - 2024-08-14 + +### Changed + +- Upgraded dev dependencies + +### Fixed + +- Issue where package couldn't be installed in some circumstances due to bad metadata present on npm's servers [#256](https://github.com/Pustur/whatsapp-chat-parser/issues/256) + ## [4.0.0] - 2023-02-18 ### Added @@ -291,6 +301,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release +[4.0.1]: https://github.com/Pustur/whatsapp-chat-parser/compare/4.0.0...4.0.1 [4.0.0]: https://github.com/Pustur/whatsapp-chat-parser/compare/3.2.3...4.0.0 [3.2.3]: https://github.com/Pustur/whatsapp-chat-parser/compare/3.2.2...3.2.3 [3.2.2]: https://github.com/Pustur/whatsapp-chat-parser/compare/3.2.1...3.2.2