Skip to content

Commit 8a80ed6

Browse files
committed
4.0.2
1 parent 53a1cd7 commit 8a80ed6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
If you are upgrading or migrating from [Zuul](https://github.com/defunctzombie/zuul): please see the [upgrade guide](./UPGRADING.md).
44

5+
## [4.0.2] - 2021-03-07
6+
7+
### Changed
8+
9+
- 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)
10+
- Replace `commander` with `minimist` ([#307](https://github.com/airtap/airtap/issues/307)) ([`bc2c893`](https://github.com/airtap/airtap/commit/bc2c893)) (Vincent Weevers)
11+
- 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).
12+
513
## [4.0.1] - 2020-09-20
614

715
### Fixed
@@ -340,6 +348,8 @@ First release :seedling:. Forked from [`zuul`](https://github.com/defunctzombie/
340348
- Undocument `--ui` option (we intend to remove it) ([**@vweevers**](https://github.com/vweevers))
341349
- Remove `HISTORY.md` (replaced by `CHANGELOG.md`) ([**@vweevers**](https://github.com/vweevers))
342350

351+
[4.0.2]: https://github.com/airtap/airtap/compare/v4.0.1...v4.0.2
352+
343353
[4.0.1]: https://github.com/airtap/airtap/compare/v4.0.0...v4.0.1
344354

345355
[4.0.0]: https://github.com/airtap/airtap/compare/v3.0.0...v4.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airtap",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Run TAP unit tests in 1789+ browsers",
55
"main": "lib/airtap.js",
66
"author": "Roman Shtylman <shtylman@gmail.com>",

0 commit comments

Comments
 (0)