Skip to content

Commit

Permalink
4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Mar 7, 2021
1 parent 53a1cd7 commit 8a80ed6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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": "airtap",
"version": "4.0.1",
"version": "4.0.2",
"description": "Run TAP unit tests in 1789+ browsers",
"main": "lib/airtap.js",
"author": "Roman Shtylman <shtylman@gmail.com>",
Expand Down

0 comments on commit 8a80ed6

Please sign in to comment.