Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 2.0.0 #233

Merged
merged 3 commits into from
Dec 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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