From 5923e5e80cfb93fa287149731f1725b1096f2f6c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 May 2023 08:27:14 +0000 Subject: [PATCH] Release 7.9.0 [skip ci] ## [7.9.0](https://github.com/cnpm/npminstall/compare/v7.8.0...v7.9.0) (2023-05-26) ### Features * run scripts on background by default ([#459](https://github.com/cnpm/npminstall/issues/459)) ([18d9b9f](https://github.com/cnpm/npminstall/commit/18d9b9f8e9f1446771e6b5887e76e1c3a907a7ab)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee0e90c..e1614512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.9.0](https://github.com/cnpm/npminstall/compare/v7.8.0...v7.9.0) (2023-05-26) + + +### Features + +* run scripts on background by default ([#459](https://github.com/cnpm/npminstall/issues/459)) ([18d9b9f](https://github.com/cnpm/npminstall/commit/18d9b9f8e9f1446771e6b5887e76e1c3a907a7ab)) + ## [7.8.0](https://github.com/cnpm/npminstall/compare/v7.7.0...v7.8.0) (2023-05-02) diff --git a/package.json b/package.json index e96ae977..93660eb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npminstall", - "version": "7.8.0", + "version": "7.9.0", "description": "Make npm install fast and handy.", "main": "lib/index.js", "files": [