Skip to content

Commit

Permalink
New patch release (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 21, 2022
1 parent 6c99cfa commit 656ecbc
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.5.10] - 2022-08-21

- Fix potential polynomial backtracking in regular expression for Bash escaping
with `{interpolation:true}`. ([#373])
- Fix potential quadratic runtime regular expressions for Bash escaping with
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* cp.spawn("command", shescape.escapeAll(userInput), options);
*
* @module shescape
* @version 1.5.9
* @version 1.5.10
* @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.5.9",
"version": "1.5.10",
"description": "simple shell escape library",
"homepage": "https://ericcornelissen.github.io/shescape/",
"license": "MPL-2.0",
Expand Down

0 comments on commit 656ecbc

Please sign in to comment.