Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 3733137

Browse files
committedJan 21, 2020
fix: Update changelog to fix old issue links
1 parent 3192e0f commit 3733137

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed
 

‎CHANGELOG.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ All notable changes to this project will be documented in this file. See [standa
88

99
### Bug Fixes
1010

11-
* **i18n:** fix korean; 쉘 -> 셸 ([#163](https://github.com/npm/npx/issues/163)) ([11d9fe0](https://github.com/npm/npx/commit/11d9fe0))
12-
* **spawn:** spawn child processes with node without relying on the shebang. ([#174](https://github.com/npm/npx/issues/174)) ([cba97bb](https://github.com/npm/npx/commit/cba97bb))
13-
* **windows:** Allow spaces in the node path when using --node-arg ([#173](https://github.com/npm/npx/issues/173)) ([fe0d48a](https://github.com/npm/npx/commit/fe0d48a)), closes [#170](https://github.com/npm/npx/issues/170)
11+
* **i18n:** fix korean; 쉘 -> 셸 ([#163](https://github.com/zkat/npx/issues/163)) ([11d9fe0](https://github.com/npm/npx/commit/11d9fe0))
12+
* **spawn:** spawn child processes with node without relying on the shebang. ([#174](https://github.com/zkat/npx/issues/174)) ([cba97bb](https://github.com/npm/npx/commit/cba97bb))
13+
* **windows:** Allow spaces in the node path when using --node-arg ([#173](https://github.com/zkat/npx/issues/173)) ([fe0d48a](https://github.com/npm/npx/commit/fe0d48a)), closes [#170](https://github.com/zkat/npx/issues/170)
1414

1515

1616
### Features
1717

18-
* **i18n:** add translation ([#159](https://github.com/npm/npx/issues/159)) ([5da008b](https://github.com/npm/npx/commit/5da008b))
18+
* **i18n:** add translation ([#159](https://github.com/zkat/npx/issues/159)) ([5da008b](https://github.com/npm/npx/commit/5da008b))
1919

2020

2121

@@ -30,7 +30,7 @@ All notable changes to this project will be documented in this file. See [standa
3030

3131
### Features
3232

33-
* **spawn:** add --always-spawn to opt out of process takeover optimization feature ([#172](https://github.com/npm/npx/issues/172)) ([c0d6abc](https://github.com/npm/npx/commit/c0d6abc))
33+
* **spawn:** add --always-spawn to opt out of process takeover optimization feature ([#172](https://github.com/zkat/npx/issues/172)) ([c0d6abc](https://github.com/npm/npx/commit/c0d6abc))
3434

3535

3636

@@ -40,8 +40,8 @@ All notable changes to this project will be documented in this file. See [standa
4040

4141
### Bug Fixes
4242

43-
* **i18n:** Improve French localization ([#158](https://github.com/npm/npx/issues/158)) ([c88823e](https://github.com/npm/npx/commit/c88823e))
44-
* **windows:** on Windows, throw useful error when package contains no binaries([#142](https://github.com/npm/npx/issues/142)) ([a69276e](https://github.com/npm/npx/commit/a69276e)), closes [#137](https://github.com/npm/npx/issues/137)
43+
* **i18n:** Improve French localization ([#158](https://github.com/zkat/npx/issues/158)) ([c88823e](https://github.com/npm/npx/commit/c88823e))
44+
* **windows:** on Windows, throw useful error when package contains no binaries([#142](https://github.com/zkat/npx/issues/142)) ([a69276e](https://github.com/npm/npx/commit/a69276e)), closes [#137](https://github.com/zkat/npx/issues/137)
4545

4646

4747

@@ -51,11 +51,11 @@ All notable changes to this project will be documented in this file. See [standa
5151

5252
### Bug Fixes
5353

54-
* **i18n:** Fix Korean locale ([#130](https://github.com/npm/npx/issues/130)) ([752db48](https://github.com/npm/npx/commit/752db48))
55-
* **index:** remove extraneous logging on Windows ([#136](https://github.com/npm/npx/issues/136)) ([357e6ab](https://github.com/npm/npx/commit/357e6ab)), closes [#131](https://github.com/npm/npx/issues/131)
54+
* **i18n:** Fix Korean locale ([#130](https://github.com/zkat/npx/issues/130)) ([752db48](https://github.com/npm/npx/commit/752db48))
55+
* **index:** remove extraneous logging on Windows ([#136](https://github.com/zkat/npx/issues/136)) ([357e6ab](https://github.com/npm/npx/commit/357e6ab)), closes [#131](https://github.com/zkat/npx/issues/131)
5656
* **license:** change npx license to ISC ([a617d7b](https://github.com/npm/npx/commit/a617d7b))
5757
* **parse-args:** fix version thing for yargs ([30677ed](https://github.com/npm/npx/commit/30677ed))
58-
* **prefix:** Handle node_modules without package.json ([#128](https://github.com/npm/npx/issues/128)) ([f64ae43](https://github.com/npm/npx/commit/f64ae43)), closes [/github.com/babel/babel/issues/4066#issuecomment-336705199](https://github.com//github.com/babel/babel/issues/4066/issues/issuecomment-336705199)
58+
* **prefix:** Handle node_modules without package.json ([#128](https://github.com/zkat/npx/issues/128)) ([f64ae43](https://github.com/npm/npx/commit/f64ae43)), closes [/github.com/babel/babel/issues/4066#issuecomment-336705199](https://github.com//github.com/babel/babel/issues/4066/issues/issuecomment-336705199)
5959
* **standard:** get things in line with standard 11 ([6cf8e88](https://github.com/npm/npx/commit/6cf8e88))
6060

6161

@@ -81,7 +81,7 @@ All notable changes to this project will be documented in this file. See [standa
8181

8282
### Bug Fixes
8383

84-
* **exec:** fixed unix binary pathing issues (#120) ([f80a970](https://github.com/npm/npx/commit/f80a970)), closes [#120](https://github.com/npm/npx/issues/120)
84+
* **exec:** fixed unix binary pathing issues (#120) ([f80a970](https://github.com/npm/npx/commit/f80a970)), closes [#120](https://github.com/zkat/npx/issues/120)
8585

8686

8787
### Features
@@ -127,7 +127,7 @@ All notable changes to this project will be documented in this file. See [standa
127127

128128
### Bug Fixes
129129

130-
* **i18n:** minor fixes to ru locale (#92) ([f4d5051](https://github.com/npm/npx/commit/f4d5051)), closes [#92](https://github.com/npm/npx/issues/92)
130+
* **i18n:** minor fixes to ru locale (#92) ([f4d5051](https://github.com/npm/npx/commit/f4d5051)), closes [#92](https://github.com/zkat/npx/issues/92)
131131

132132

133133
### Features
@@ -209,7 +209,7 @@ All notable changes to this project will be documented in this file. See [standa
209209
### Bug Fixes
210210

211211
* **binpath:** fix calling binaries from subdirectories ([f185d0d](https://github.com/npm/npx/commit/f185d0d))
212-
* **i18n:** Fix typos in french locale (#78) ([f277fc7](https://github.com/npm/npx/commit/f277fc7)), closes [#78](https://github.com/npm/npx/issues/78)
212+
* **i18n:** Fix typos in french locale (#78) ([f277fc7](https://github.com/npm/npx/commit/f277fc7)), closes [#78](https://github.com/zkat/npx/issues/78)
213213

214214

215215
### Features
@@ -226,19 +226,19 @@ All notable changes to this project will be documented in this file. See [standa
226226
### Bug Fixes
227227

228228
* **call:** only npm run env if package.json exists ([370f395](https://github.com/npm/npx/commit/370f395))
229-
* **i18n:** Fix grammar and spelling for de.json (#63) ([b14020f](https://github.com/npm/npx/commit/b14020f)), closes [#63](https://github.com/npm/npx/issues/63)
229+
* **i18n:** Fix grammar and spelling for de.json (#63) ([b14020f](https://github.com/npm/npx/commit/b14020f)), closes [#63](https://github.com/zkat/npx/issues/63)
230230
* **i18n:** wording revisions for Brazilian Portuguese (#75) ([b5dc536](https://github.com/npm/npx/commit/b5dc536))
231231
* **npm:** path directly to the npm-cli.js script ([d531206](https://github.com/npm/npx/commit/d531206))
232232
* **rimraf:** fix rimraf.sync is not a function issue ([d2ecba3](https://github.com/npm/npx/commit/d2ecba3))
233-
* **windows:** get npx working well on Windows again (#69) ([6cfb8de](https://github.com/npm/npx/commit/6cfb8de)), closes [#60](https://github.com/npm/npx/issues/60) [#58](https://github.com/npm/npx/issues/58) [#62](https://github.com/npm/npx/issues/62)
233+
* **windows:** get npx working well on Windows again (#69) ([6cfb8de](https://github.com/npm/npx/commit/6cfb8de)), closes [#60](https://github.com/zkat/npx/issues/60) [#58](https://github.com/zkat/npx/issues/58) [#62](https://github.com/zkat/npx/issues/62)
234234

235235

236236
### Features
237237

238238
* **i18n:** add Czech translation (#76) ([8a0b3f6](https://github.com/npm/npx/commit/8a0b3f6))
239239
* **i18n:** Add Turkish translation (#73) ([26e5edf](https://github.com/npm/npx/commit/26e5edf))
240240
* **i18n:** Added support for Italian language (#71) ([6883e75](https://github.com/npm/npx/commit/6883e75))
241-
* **i18n:** Fix Romanian translation (#70) ([fd6bbcf](https://github.com/npm/npx/commit/fd6bbcf)), closes [#70](https://github.com/npm/npx/issues/70)
241+
* **i18n:** Fix Romanian translation (#70) ([fd6bbcf](https://github.com/npm/npx/commit/fd6bbcf)), closes [#70](https://github.com/zkat/npx/issues/70)
242242
* **node:** add --node-arg support to pass flags to node for script binaries (#77) ([65665bd](https://github.com/npm/npx/commit/65665bd))
243243

244244

@@ -249,7 +249,7 @@ All notable changes to this project will be documented in this file. See [standa
249249

250250
### Bug Fixes
251251

252-
* **i18n:** Fix some Catalan translations (#59) ([11c8a19](https://github.com/npm/npx/commit/11c8a19)), closes [#59](https://github.com/npm/npx/issues/59)
252+
* **i18n:** Fix some Catalan translations (#59) ([11c8a19](https://github.com/npm/npx/commit/11c8a19)), closes [#59](https://github.com/zkat/npx/issues/59)
253253

254254

255255

@@ -416,7 +416,7 @@ multiple non-matching binaries, but that should be rare.
416416
* **local:** `npx ./something` will now execute `./something` as a
417417
binary or script instead of trying to install it as npm would. Other behavior
418418
related to local path deps has likewise been changed. See
419-
[#49](https://github.com/npm/npx/issues/49) for a detailed explanation
419+
[#49](https://github.com/zkat/npx/issues/49) for a detailed explanation
420420
of all the various cases and how each of them is handled.
421421

422422

@@ -467,7 +467,7 @@ of all the various cases and how each of them is handled.
467467
* **call:** stop parsing -c for commands + fix corner cases ([bd4e538](https://github.com/npm/npx/commit/bd4e538))
468468
* **child:** exec does not have the information needed to correctly escape its args ([6714992](https://github.com/npm/npx/commit/6714992))
469469
* **guessCmdName:** tests failed because of lazy npa ([53a0119](https://github.com/npm/npx/commit/53a0119))
470-
* **i18n:** gender inclusiveness fix for french version (#37) ([04920ae](https://github.com/npm/npx/commit/04920ae)), closes [#37](https://github.com/npm/npx/issues/37)
470+
* **i18n:** gender inclusiveness fix for french version (#37) ([04920ae](https://github.com/npm/npx/commit/04920ae)), closes [#37](https://github.com/zkat/npx/issues/37)
471471
* **i18n:** typo 😇 (#38) ([ede4a53](https://github.com/npm/npx/commit/ede4a53))
472472
* **install:** handle JSON parsing failures ([bec2887](https://github.com/npm/npx/commit/bec2887))
473473
* **output:** stop printing out Command Failed messages ([873cffe](https://github.com/npm/npx/commit/873cffe))

0 commit comments

Comments
 (0)
This repository has been archived.