Skip to content

Commit

Permalink
Merge pull request #233 from airtap/prepare-2.0.0
Browse files Browse the repository at this point in the history
Prepare 2.0.0
  • Loading branch information
vweevers committed Dec 29, 2018
2 parents ce0eee8 + b0dfca3 commit e16c9b1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ If you are upgrading or migrating from [Zuul](https://github.com/defunctzombie/z

## [Unreleased][unreleased]

## [2.0.0] - 2018-12-29

### Changed

- Update `browserify` from `~13.3.0` to `~16.2.3` ([#233](https://github.com/airtap/airtap/issues/233)) ([**@vweevers**](https://github.com/vweevers))
- Update `airtap-browsers` devDependency from `0.0.2` to `^0.1.0` ([#233](https://github.com/airtap/airtap/issues/233)) ([**@vweevers**](https://github.com/vweevers))

## [1.0.0] - 2018-12-27

### Changed
Expand Down Expand Up @@ -255,7 +262,9 @@ 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))

[unreleased]: https://github.com/airtap/airtap/compare/v1.0.0...HEAD
[unreleased]: https://github.com/airtap/airtap/compare/v2.0.0...HEAD

[2.0.0]: https://github.com/airtap/airtap/compare/v1.0.0...v2.0.0

[1.0.0]: https://github.com/airtap/airtap/compare/v0.1.0...v1.0.0

Expand Down
4 changes: 4 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md).

## 2.0.0

Upgraded browserify from `13.x` to `16.x`, which ends support of IE < 11. If you need IE 9-10, either stick with `airtap@1` or follow the workaround described in [#171](https://github.com/airtap/airtap/issues/171).

## 1.0.0

First stable release. No breaking changes since `0.1.0`. Intended as release line for users needing IE9-10 support; the next major release will only support IE11+ ([#171](https://github.com/airtap/airtap/issues/171)).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"batch": "~0.6.1",
"body-parser": "~1.18.3",
"browserify": "~13.3.0",
"browserify": "~16.2.3",
"browserify-istanbul": "~3.0.1",
"chalk": "^2.3.1",
"commander": "~2.19.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"yamljs": "~0.3.0"
},
"devDependencies": {
"airtap-browsers": "0.0.2",
"airtap-browsers": "^0.1.0",
"cross-env": "~5.2.0",
"dependency-check": "^3.0.0",
"electron": "^2.0.3",
Expand Down

0 comments on commit e16c9b1

Please sign in to comment.