From b7a26a881dfa61a2a116afdc9e2da8f90179bafd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Jan 2023 06:55:06 +0000 Subject: [PATCH] Release 7.4.1 [skip ci] ## [7.4.1](https://github.com/cnpm/npminstall/compare/v7.4.0...v7.4.1) (2023-01-28) ### Bug Fixes * ignore anti semver tips on `@*` deps ([#446](https://github.com/cnpm/npminstall/issues/446)) ([317bcbb](https://github.com/cnpm/npminstall/commit/317bcbb481c814db47cb14ded4792ea41382c108)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f26ab181..c2caba26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.4.1](https://github.com/cnpm/npminstall/compare/v7.4.0...v7.4.1) (2023-01-28) + + +### Bug Fixes + +* ignore anti semver tips on `@*` deps ([#446](https://github.com/cnpm/npminstall/issues/446)) ([317bcbb](https://github.com/cnpm/npminstall/commit/317bcbb481c814db47cb14ded4792ea41382c108)) + ## [7.4.0](https://github.com/cnpm/npminstall/compare/v7.3.1...v7.4.0) (2023-01-14) diff --git a/package.json b/package.json index e6f58beb..a03e9178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npminstall", - "version": "7.4.0", + "version": "7.4.1", "description": "Make npm install fast and handy.", "main": "lib/index.js", "files": [