Skip to content

Commit

Permalink
🔀 Merge branch 'release/4.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Sep 21, 2024
2 parents db8cd35 + 24ce7f8 commit 57484d5
Show file tree
Hide file tree
Showing 6 changed files with 488 additions and 655 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
Loading

0 comments on commit 57484d5

Please sign in to comment.