Skip to content

Commit

Permalink
Version bump (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: ericcornelissen <[email protected]>
  • Loading branch information
github-actions[bot] and ericcornelissen authored Jul 2, 2022
1 parent ae4d589 commit ccbb6c9
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.6] - 2022-07-02

- Fix unnecessary escaping of quotes with the `child_process` functions `fork`,
`spawn`, and `execFile`. ([#310])
- Improve performance of escaping for Dash. ([#272])
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.5
* @version 1.5.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.5.5",
"version": "1.5.6",
"description": "simple shell escape library",
"homepage": "https://ericcornelissen.github.io/shescape/",
"license": "MPL-2.0",
Expand Down

0 comments on commit ccbb6c9

Please sign in to comment.