Skip to content

Commit 57484d5

Browse files
committed
🔀 Merge branch 'release/4.0.2'
2 parents db8cd35 + 24ce7f8 commit 57484d5

File tree

6 files changed

+488
-655
lines changed

6 files changed

+488
-655
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.0.2] - 2024-09-21
9+
10+
### Changed
11+
12+
- Upgraded dev dependencies
13+
14+
### Fixed
15+
16+
- Attachment regex to allow more formats to be matched [#260](https://github.com/Pustur/whatsapp-chat-parser/issues/260)
17+
818
## [4.0.1] - 2024-08-14
919

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

302312
- Initial release
303313

314+
[4.0.2]: https://github.com/Pustur/whatsapp-chat-parser/compare/4.0.1...4.0.2
304315
[4.0.1]: https://github.com/Pustur/whatsapp-chat-parser/compare/4.0.0...4.0.1
305316
[4.0.0]: https://github.com/Pustur/whatsapp-chat-parser/compare/3.2.3...4.0.0
306317
[3.2.3]: https://github.com/Pustur/whatsapp-chat-parser/compare/3.2.2...3.2.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ You can also use the [jsDelivr CDN](https://www.jsdelivr.com/package/npm/whatsap
7373
```html
7474
<script src="https://cdn.jsdelivr.net/npm/whatsapp-chat-parser/dist/index.global.js"></script>
7575
<!-- Or use a specific version -->
76-
<script src="https://cdn.jsdelivr.net/npm/whatsapp-chat-parser@4.0.1/dist/index.global.js"></script>
76+
<script src="https://cdn.jsdelivr.net/npm/whatsapp-chat-parser@4.0.2/dist/index.global.js"></script>
7777
```
7878

7979
## Message structure

0 commit comments

Comments
 (0)