Skip to content

Commit dcb48d0

Browse files
chore(main): release 7.1.1
1 parent 13c0078 commit dcb48d0

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"7.1.0"}
1+
{".":"7.1.1"}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

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

5+
## [7.1.1](https://github.com/Fdawgs/node-unrtf/compare/v7.1.0...v7.1.1) (2026-02-24)
6+
7+
8+
### Bug fixes
9+
10+
* **index:** skip version checks for `false` boolean options ([#546](https://github.com/Fdawgs/node-unrtf/issues/546)) ([13c0078](https://github.com/Fdawgs/node-unrtf/commit/13c0078c8f4f9f21296d30fd9f9899aba58a6f4f))
11+
12+
13+
### Dependencies
14+
15+
* **deps-dev:** bump licensee from 11.1.1 to 12.0.1 ([#541](https://github.com/Fdawgs/node-unrtf/issues/541)) ([94a820c](https://github.com/Fdawgs/node-unrtf/commit/94a820c8337100ffdc2569ade96d04beeaa66efa))
16+
17+
18+
### Improvements
19+
20+
* **index:** cache typeof result in `parseOptions` ([#543](https://github.com/Fdawgs/node-unrtf/issues/543)) ([4891f1f](https://github.com/Fdawgs/node-unrtf/commit/4891f1fa3445be0f99d8eb69a0a0f5c0d1429ee7))
21+
* **index:** make `acceptedOptions` objects monomorphic ([#542](https://github.com/Fdawgs/node-unrtf/issues/542)) ([9c4488c](https://github.com/Fdawgs/node-unrtf/commit/9c4488c815853729f6a4ec99a7bc8244e80238cb))
22+
23+
24+
### Miscellaneous
25+
26+
* **license:** add contact email ([#544](https://github.com/Fdawgs/node-unrtf/issues/544)) ([14169c4](https://github.com/Fdawgs/node-unrtf/commit/14169c447520a8ff1e83197801e9f0f3a8273ea0))
27+
28+
29+
### Tests
30+
31+
* **index:** use setimmediate to prevent timing flakes ([#539](https://github.com/Fdawgs/node-unrtf/issues/539)) ([e4675a6](https://github.com/Fdawgs/node-unrtf/commit/e4675a621a3e61391dabd6bdb53cc1d78717f003))
32+
533
## [7.1.0](https://github.com/Fdawgs/node-unrtf/compare/v7.0.1...v7.1.0) (2026-01-08)
634

735

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-unrtf",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Asynchronous Node.js wrapper for the UnRTF RTF conversion program",
55
"keywords": [
66
"async",

0 commit comments

Comments
 (0)