From 05ee3f7e0c775ee524005b5a99ee3be1c7e9da44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 23:02:25 +0000 Subject: [PATCH] chore: release 5.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 411256b..32dbe0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.0" + ".": "5.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4086bb7..ddc0687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [5.0.0](https://github.com/npm/git/compare/v4.1.0...v5.0.0) (2023-08-14) + +### ⚠️ BREAKING CHANGES + +* support for node 14 has been removed + +### Bug Fixes + +* [`a85584b`](https://github.com/npm/git/commit/a85584bd368e723b278cf6c81d8d25f9f89a7a2d) [#143](https://github.com/npm/git/pull/143) drop node14 support (@lukekarrys) +* [`9ec690b`](https://github.com/npm/git/commit/9ec690b2b454fc1dbc90428ea187ca974fb86217) [#143](https://github.com/npm/git/pull/143) use lru-cache named export (@lukekarrys) + +### Dependencies + +* [`9e5902f`](https://github.com/npm/git/commit/9e5902f0f0989118c814923bfcf9b08a10487523) [#143](https://github.com/npm/git/pull/143) bump lru-cache from 7.18.3 to 10.0.1 + ## [4.1.0](https://github.com/npm/git/compare/v4.0.4...v4.1.0) (2023-06-06) ### Features diff --git a/package.json b/package.json index 44eadeb..a7e7f09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/git", - "version": "4.1.0", + "version": "5.0.0", "main": "lib/index.js", "files": [ "bin/",