Skip to content

Commit

Permalink
chore(main): release 3.1.6 (#299)
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 Jul 8, 2023
1 parent f3aa8ac commit a95e2e4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## [3.1.6](https://github.com/Fdawgs/node-unrtf/compare/v3.1.5...v3.1.6) (2023-07-08)


### Improvements

* **index:** add strict `u` flag to all regex patterns ([e53e956](https://github.com/Fdawgs/node-unrtf/commit/e53e956e77a948df085e6b239a57ac8306c700d7))
* **index:** remove useless `i` regex flag ([34d2df3](https://github.com/Fdawgs/node-unrtf/commit/34d2df3dc55b68bcc7d28add9a49865fecac761e))


### Miscellaneous

* **.eslintrc:** sort `extends` array ([d679587](https://github.com/Fdawgs/node-unrtf/commit/d67958794edf398c134364d432f6f0c4be0932ef))


### Dependencies

* **deps-dev:** add eslint-plugin-regexp ([4616c07](https://github.com/Fdawgs/node-unrtf/commit/4616c077fe31d8d5387279ac99d1433757fa048e))
* **deps-dev:** bump dev dependencies ([0080245](https://github.com/Fdawgs/node-unrtf/commit/00802457bd7abc5e4b85c0ef337244769a4c5ae1))


### Bug fixes

* add missing strict mode directives ([#300](https://github.com/Fdawgs/node-unrtf/issues/300)) ([f3aa8ac](https://github.com/Fdawgs/node-unrtf/commit/f3aa8ac6d8f49b8a5398a43b61cdfd9152daf5aa))
* **index:** escape regexp quantifier characters ([fbb7fa5](https://github.com/Fdawgs/node-unrtf/commit/fbb7fa5ca8efd86be701bcd4ad47661ec11139af))

## [3.1.5](https://github.com/Fdawgs/node-unrtf/compare/v3.1.4...v3.1.5) (2023-06-24)


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

0 comments on commit a95e2e4

Please sign in to comment.