Skip to content

Commit

Permalink
chore(main): release 4.1.0 (#328)
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] committed Sep 25, 2023
1 parent 31ea5e6 commit 18d2a9a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [4.1.0](https://github.com/Fdawgs/node-unrtf/compare/v4.0.2...v4.1.0) (2023-09-25)


### Features

* **index:** use binary from path env variable if not passed as param ([402289b](https://github.com/Fdawgs/node-unrtf/commit/402289b6e1013a3707b7ee5f0319d93488c1bc64))


### Dependencies

* **deps-dev:** bump eslint from 8.49.0 to 8.50.0 ([9c0c7fd](https://github.com/Fdawgs/node-unrtf/commit/9c0c7fd2b8e5f5a56780f582090009c88deeaa70))


### Improvements

* **index:** check bin version once on class init, not every func call ([1085984](https://github.com/Fdawgs/node-unrtf/commit/1085984fb808b729f79bd97c423c2bc5df562866))
* **index:** create `acceptedOptions` obj on init, not every func call ([4a9816b](https://github.com/Fdawgs/node-unrtf/commit/4a9816bfda1de634eb6b774dc426e8ea017a1e86))

## [4.0.2](https://github.com/Fdawgs/node-unrtf/compare/v4.0.1...v4.0.2) (2023-09-23)


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": "4.0.2",
"version": "4.1.0",
"description": "Asynchronous node.js wrapper for the UnRTF RTF conversion program",
"keywords": [
"async",
Expand Down

0 comments on commit 18d2a9a

Please sign in to comment.