Skip to content

Commit

Permalink
chore(main): release 5.0.4 (#389)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 15, 2024
1 parent 014e246 commit 72f80c3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

All notable changes to this project will be documented in this file.

## [5.0.4](https://github.com/Fdawgs/node-unrtf/compare/v5.0.3...v5.0.4) (2024-08-15)


### Bug fixes

* **index:** correct `noPictures` option description ([14940ee](https://github.com/Fdawgs/node-unrtf/commit/14940ee56be5dbb565330c9e9ae836668864d78d))


### Dependencies

* **deps-dev:** bump dev dependencies ([014e246](https://github.com/Fdawgs/node-unrtf/commit/014e246e1d51daf6be5e3501afeead5a82d2f7fa))


### Documentation

* **readme:** add example for removing dumped images in cwd ([32fe58b](https://github.com/Fdawgs/node-unrtf/commit/32fe58b2678dd47d38d611c5fcf64dc62d14e9f0))


### Miscellaneous

* **.npmrc:** remove excess whitespace ([3b4336a](https://github.com/Fdawgs/node-unrtf/commit/3b4336a5ef9452d81d1baed7e9d0ab1b090fc5c6))


### Tests

* **index:** remove leftover files ([c6574db](https://github.com/Fdawgs/node-unrtf/commit/c6574dbf96daaca4e2f3b8fa519b619dfb839f99))

## [5.0.3](https://github.com/Fdawgs/node-unrtf/compare/v5.0.2...v5.0.3) (2024-07-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-unrtf",
"version": "5.0.3",
"version": "5.0.4",
"description": "Asynchronous node.js wrapper for the UnRTF RTF conversion program",
"keywords": [
"async",
Expand Down

0 comments on commit 72f80c3

Please sign in to comment.