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

Commit

Permalink
chore: release 3.0.0 (#34)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.0.0](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`](21735fa)
[#36](#36) Add WoodpeckerCI Support
(#36) (@6543)
*
[`f78e4d6`](f78e4d6)
[#33](#33) postinstall for
dependabot template-oss PR (@lukekarrys)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 4, 2022
1 parent 21735fa commit ae843d6
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://www.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 ae843d6

Please sign in to comment.