Skip to content

Commit 6f6d670

Browse files
Version bump
1 parent 6add105 commit 6f6d670

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Versioning].
99

1010
## [Unreleased]
1111

12+
- _No changes yet_
13+
14+
## [2.1.10] - 2026-03-10
15+
1216
- Correct escaping of `[` and `]` for Bash, BusyBox, and Dash. ([#2410])
1317

1418
## [2.1.9] - 2026-03-06

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shescape",
3-
"version": "2.1.9",
3+
"version": "2.1.10",
44
"description": "simple shell escape library",
55
"homepage": "https://github.com/ericcornelissen/shescape#readme",
66
"license": "MPL-2.0",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @overview Entrypoint for the library.
66
* @module shescape
7-
* @version 2.1.9
7+
* @version 2.1.10
88
* @license MPL-2.0
99
*/
1010

0 commit comments

Comments
 (0)