Skip to content

Commit

Permalink
🔀 Merge branch 'release/3.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Feb 17, 2023
2 parents 35cf707 + d14e501 commit 6c43113
Show file tree
Hide file tree
Showing 6 changed files with 2,296 additions and 2,223 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,22 @@ 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).

## [3.2.3] - 2023-02-17

### Changed

- Upgraded dev dependencies

### Fixed

- Issue where a special character between the time and PM / AM would prevent the parser to work correctly [#248](https://github.com/Pustur/whatsapp-chat-parser/issues/248)

## [3.2.2] - 2023-01-03

### Changed

- Upgraded dev dependencies
- Updated some examples in readme

### Fixed

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

- Initial release

[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
[3.2.1]: https://github.com/Pustur/whatsapp-chat-parser/compare/3.2.0...3.2.1
[3.2.0]: https://github.com/Pustur/whatsapp-chat-parser/compare/3.1.3...3.2.0
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/whatsapp-chat-parser.min.js"></script>
<!-- Or use a specific version -->
<script src="https://cdn.jsdelivr.net/npm/whatsapp-chat-parser@3.2.2/dist/whatsapp-chat-parser.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/whatsapp-chat-parser@3.2.3/dist/whatsapp-chat-parser.min.js"></script>
```

&nbsp;
Expand Down
Loading

0 comments on commit 6c43113

Please sign in to comment.