diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a43e8..15a3aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ If you are upgrading or migrating from [Zuul](https://github.com/defunctzombie/zuul): please see the [upgrade guide](./UPGRADING.md). +## [4.0.2] - 2021-03-07 + +### Changed + +- Bump `js-yaml` from `3.14.1` to `4.0.0` ([#304](https://github.com/airtap/airtap/issues/304)) ([`53a1cd7`](https://github.com/airtap/airtap/commit/53a1cd7)) (Vincent Weevers) +- Replace `commander` with `minimist` ([#307](https://github.com/airtap/airtap/issues/307)) ([`bc2c893`](https://github.com/airtap/airtap/commit/bc2c893)) (Vincent Weevers) +- Bump `watchify` from `3.11.1` to `4.0.0` ([#306](https://github.com/airtap/airtap/issues/306)) ([`164b89d`](https://github.com/airtap/airtap/commit/164b89d)) (Renée Kooi, Vincent Weevers). + ## [4.0.1] - 2020-09-20 ### Fixed @@ -340,6 +348,8 @@ First release :seedling:. Forked from [`zuul`](https://github.com/defunctzombie/ - Undocument `--ui` option (we intend to remove it) ([**@vweevers**](https://github.com/vweevers)) - Remove `HISTORY.md` (replaced by `CHANGELOG.md`) ([**@vweevers**](https://github.com/vweevers)) +[4.0.2]: https://github.com/airtap/airtap/compare/v4.0.1...v4.0.2 + [4.0.1]: https://github.com/airtap/airtap/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/airtap/airtap/compare/v3.0.0...v4.0.0 diff --git a/package.json b/package.json index abc9cc8..4a3c0bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airtap", - "version": "4.0.1", + "version": "4.0.2", "description": "Run TAP unit tests in 1789+ browsers", "main": "lib/airtap.js", "author": "Roman Shtylman ",