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

chore: release 3.0.0 #34

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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