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

chore: release 3.0.1 #45

Merged
merged 1 commit into from
Oct 19, 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 @@
{
".": "3.0.0"
".": "3.0.1"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.0.1](https://github.com/npm/ci-detect/compare/v3.0.0...v3.0.1) (2022-10-19)

### Documentation

* [`9bbffee`](https://github.com/npm/ci-detect/commit/9bbffeea22c57bfb8e71b71b1c2e5589d80d42ff) [#41](https://github.com/npm/ci-detect/pull/41) Sorted the list of CI provider names (#41) (@kommendorkapten)

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

### ⚠️ BREAKING CHANGES
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": "3.0.0",
"version": "3.0.1",
"description": "Detect what kind of CI environment the program is in",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down