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

chore: release 4.0.3 #212

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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 @@
{
".": "4.0.2"
".": "4.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.3](https://github.com/npm/are-we-there-yet/compare/v4.0.2...v4.0.3) (2024-04-21)

### Chores

* [`ac2acf6`](https://github.com/npm/are-we-there-yet/commit/ac2acf60cfac4938b91368b64364a3ed310806f7) [#211](https://github.com/npm/are-we-there-yet/pull/211) postinstall for dependabot template-oss PR (@lukekarrys)
* [`b5b6501`](https://github.com/npm/are-we-there-yet/commit/b5b6501d74b20e99ee85dad141eaa5ccf858eb34) [#211](https://github.com/npm/are-we-there-yet/pull/211) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [4.0.2](https://github.com/npm/are-we-there-yet/compare/v4.0.1...v4.0.2) (2024-01-05)

### Dependencies
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": "4.0.2",
"version": "4.0.3",
"description": "Keep track of the overall completion of many disparate processes",
"main": "lib/index.js",
"scripts": {
Expand Down