diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e95db6..338d3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). to escape the quoting rules. (CVE-2021-42740) ## 1.7.2 -* Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. ([144e1c2](https://github.com/substack/node-shell-quote/commit/144e1c20cd57549a414c827fb3032e60b7b8721c)) +* Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. ([144e1c2](https://github.com/ljharb/shell-quote/commit/144e1c20cd57549a414c827fb3032e60b7b8721c)) ## 1.7.1 -* Fix `$` being removed when not part of an environment variable name. ([@Adman](https://github.com/Admin) in [#32](https://github.com/substack/node-shell-quote/pull/32)) +* Fix `$` being removed when not part of an environment variable name. ([@Adman](https://github.com/Admin) in [#32](https://github.com/ljharb/shell-quote/pull/32)) ## 1.7.0 -* Add support for parsing `>>` and `>&` redirection operators. ([@forivall](https://github.com/forivall) in [#16](https://github.com/substack/node-shell-quote/pull/16)) -* Add support for parsing `<(` process substitution operator. ([@cuonglm](https://github.com/cuonglm) in [#15](https://github.com/substack/node-shell-quote/pull/15)) +* Add support for parsing `>>` and `>&` redirection operators. ([@forivall](https://github.com/forivall) in [#16](https://github.com/ljharb/shell-quote/pull/16)) +* Add support for parsing `<(` process substitution operator. ([@cuonglm](https://github.com/cuonglm) in [#15](https://github.com/ljharb/shell-quote/pull/15)) ## 1.6.3 -* Fix Windows path quoting problems. ([@dy](https://github.com/dy) in [#34](https://github.com/substack/node-shell-quote/pull/34)) +* Fix Windows path quoting problems. ([@dy](https://github.com/dy) in [#34](https://github.com/ljharb/shell-quote/pull/34)) ## 1.6.2 -* Remove dependencies in favour of native methods. ([@zertosh](https://github.com/zertosh) in [#21](https://github.com/substack/node-shell-quote/pull/21)) +* Remove dependencies in favour of native methods. ([@zertosh](https://github.com/zertosh) in [#21](https://github.com/ljharb/shell-quote/pull/21)) diff --git a/package.json b/package.json index 98634d4..f4358bc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "email": "mail@substack.net", "url": "http://substack.net" }, - "bugs": "https://github.com/substack/node-shell-quote/issues", + "bugs": "https://github.com/ljharb/shell-quote/issues", "devDependencies": { "@ljharb/eslint-config": "^21.0.0", "aud": "^2.0.1", @@ -17,7 +17,7 @@ "safe-publish-latest": "^2.0.0", "tape": "^5.6.1" }, - "homepage": "https://github.com/substack/node-shell-quote", + "homepage": "https://github.com/ljharb/shell-quote", "keywords": [ "command", "parse", @@ -28,7 +28,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "http://github.com/substack/node-shell-quote.git" + "url": "http://github.com/ljharb/shell-quote.git" }, "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated",