Skip to content

Commit

Permalink
🔀 Merge tag '4.0.2' into develop
Browse files Browse the repository at this point in the history
4.0.2
  • Loading branch information
Pustur committed Sep 21, 2024
2 parents 9d68c61 + 57484d5 commit 0ae9c70
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2] - 2024-09-21

### Changed

- Upgraded dev dependencies

### Fixed

- Attachment regex to allow more formats to be matched [#260](https://github.com/Pustur/whatsapp-chat-parser/issues/260)

## [4.0.1] - 2024-08-14

### Changed
Expand Down Expand Up @@ -301,6 +311,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[4.0.2]: https://github.com/Pustur/whatsapp-chat-parser/compare/4.0.1...4.0.2
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You can also use the [jsDelivr CDN](https://www.jsdelivr.com/package/npm/whatsap
```html
<script src="https://cdn.jsdelivr.net/npm/whatsapp-chat-parser/dist/index.global.js"></script>
<!-- Or use a specific version -->
<script src="https://cdn.jsdelivr.net/npm/whatsapp-chat-parser@4.0.1/dist/index.global.js"></script>
<script src="https://cdn.jsdelivr.net/npm/whatsapp-chat-parser@4.0.2/dist/index.global.js"></script>
```

## Message structure
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whatsapp-chat-parser",
"version": "4.0.1",
"version": "4.0.2",
"description": "A package to parse WhatsApp chats with Node.js or in the browser 💬",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 0ae9c70

Please sign in to comment.