Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
chore: release 4.0.0 (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 14, 2022
1 parent e39341a commit ce167b7
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@
{
".": "3.0.1"
".": "4.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.0.0](https://github.com/npm/are-we-there-yet/compare/v3.0.1...v4.0.0) (2022-10-10)

### ⚠️ BREAKING CHANGES

* `are-we-there-yet` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`529459c`](https://github.com/npm/are-we-there-yet/commit/529459c24875a8210c5fb472dcb6199cfea61acd) [#157](https://github.com/npm/are-we-there-yet/pull/157) postinstall for dependabot template-oss PR (@lukekarrys)

### Dependencies

* [`7af13fa`](https://github.com/npm/are-we-there-yet/commit/7af13fa1388e09abbbf4ce7e2ac6bb7a5fb81bc5) [#146](https://github.com/npm/are-we-there-yet/pull/146) bump readable-stream from 3.6.0 to 4.1.0

## [3.0.1](https://github.com/npm/are-we-there-yet/compare/v3.0.0...v3.0.1) (2022-07-21)


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": "are-we-there-yet",
"version": "3.0.1",
"version": "4.0.0",
"description": "Keep track of the overall completion of many disparate processes",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit ce167b7

Please sign in to comment.