From 3ffe1e9192575bebaf5ec0860fa2f90ca03ba3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 12:44:31 -0700 Subject: [PATCH 1/2] deps: bump npm-normalize-package-bin from 1.0.1 to 2.0.0 (#50) Bumps [npm-normalize-package-bin](https://github.com/npm/npm-normalize-package-bin) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/npm/npm-normalize-package-bin/releases) - [Changelog](https://github.com/npm/npm-normalize-package-bin/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/npm-normalize-package-bin/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: npm-normalize-package-bin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aba3d8f..e58026f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "cmd-shim": "^5.0.0", "mkdirp-infer-owner": "^2.0.0", - "npm-normalize-package-bin": "^1.0.0", + "npm-normalize-package-bin": "^2.0.0", "read-cmd-shim": "^3.0.0", "rimraf": "^3.0.0", "write-file-atomic": "^4.0.0" From 947697c41abfc2aef68a5d7aa3cc8db3f80fe43e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 12:54:32 -0700 Subject: [PATCH 2/2] chore(main): release 3.0.3 (#51) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ad781..0758a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.3](https://github.com/npm/bin-links/compare/v3.0.2...v3.0.3) (2022-08-23) + + +### Dependencies + +* bump npm-normalize-package-bin from 1.0.1 to 2.0.0 ([#50](https://github.com/npm/bin-links/issues/50)) ([3ffe1e9](https://github.com/npm/bin-links/commit/3ffe1e9192575bebaf5ec0860fa2f90ca03ba3fe)) + ## [3.0.2](https://github.com/npm/bin-links/compare/v3.0.1...v3.0.2) (2022-08-11) diff --git a/package.json b/package.json index e58026f..ff240c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bin-links", - "version": "3.0.2", + "version": "3.0.3", "description": "JavaScript package binary linker", "main": "./lib/index.js", "scripts": {