Skip to content

Commit

Permalink
chore: release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 21, 2022
1 parent 84d1268 commit 6833bc5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "3.0.2"
".": "4.0.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [4.0.0](https://github.com/npm/git/compare/v3.0.2...v4.0.0) (2022-09-21)

### ⚠️ BREAKING CHANGES

* `@npmcli/git` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`84d1268`](https://github.com/npm/git/commit/84d12684685fbb071b62c3e84f44107fc11e5ec0) [#85](https://github.com/npm/git/pull/85) postinstall for dependabot template-oss PR (@lukekarrys)

## [3.0.2](https://github.com/npm/git/compare/v3.0.1...v3.0.2) (2022-08-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/git",
"version": "3.0.2",
"version": "4.0.0",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down

0 comments on commit 6833bc5

Please sign in to comment.