Skip to content

Commit

Permalink
New patch release (#825)
Browse files Browse the repository at this point in the history
Co-authored-by: ericcornelissen <ericcornelissen@users.noreply.github.com>
  • Loading branch information
ec-automation-bot[bot] and ericcornelissen committed Apr 20, 2023
1 parent c73cc28 commit d8dcbec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Versioning].

## [Unreleased]

- _No changes yet_

## [1.6.6] - 2023-04-20

- Add support for Node.js v20. ([#823])
- Provide testing utilities. ([#710])
- Update type exports to be compatible with the TypeScript compiler option
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @overview Entrypoint for the library.
* @module shescape
* @version 1.6.5
* @version 1.6.6
* @license MPL-2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shescape",
"version": "1.6.5",
"version": "1.6.6",
"description": "simple shell escape library",
"homepage": "https://ericcornelissen.github.io/shescape/",
"license": "MPL-2.0",
Expand Down

0 comments on commit d8dcbec

Please sign in to comment.