Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 4, 2022
1 parent 21735fa commit da3c703
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "3.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/npm/ci-detect/compare/v2.0.0...v3.0.0) (2022-10-04)

### ⚠️ BREAKING CHANGES

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

### Features

* [`21735fa`](https://github.com/npm/ci-detect/commit/21735fa7e688ec56cd1942ee7c17fa827915e76f) [#36](https://github.com/npm/ci-detect/pull/36) Add WoodpeckerCI Support (#36) (@6543)
* [`f78e4d6`](https://github.com/npm/ci-detect/commit/f78e4d6a6dea2f639f1a42de578ba9e382f7c09a) [#33](https://github.com/npm/ci-detect/pull/33) postinstall for dependabot template-oss PR (@lukekarrys)

## [2.0.0](https://github.com/npm/ci-detect/compare/v1.4.0...v2.0.0) (2022-02-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/ci-detect",
"version": "2.0.0",
"version": "3.0.0",
"description": "Detect what kind of CI environment the program is in",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down

0 comments on commit da3c703

Please sign in to comment.