Skip to content

Commit

Permalink
Version bump (#1030)
Browse files Browse the repository at this point in the history
Co-authored-by: ericcornelissen <[email protected]>
  • Loading branch information
ec-automation-bot[bot] and ericcornelissen authored Jul 7, 2023
1 parent 4453259 commit 3d6b0c0
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.7.2] - 2023-07-07

- Fix incorrect escaping of `"` when escaping for CMD. ([#1022])
- Fix incorrect escaping of `"` when escaping for PowerShell. ([#1023])
- Fix incorrect escaping of `"` when quoting for PowerShell. ([#1023])
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.7.1
* @version 1.7.2
* @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.7.1",
"version": "1.7.2",
"description": "simple shell escape library",
"homepage": "https://github.com/ericcornelissen/shescape#readme",
"license": "MPL-2.0",
Expand Down

0 comments on commit 3d6b0c0

Please sign in to comment.