Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Hentges committed Feb 27, 2016
1 parent 3d612ea commit 80cf212
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Upcoming Release

#### Breaking changes
- None yet

#### User features
- None yet

#### Developer features
- None yet

#### Bugfixes
- None yet

## 1.1.0

#### Breaking changes
`stop` event is now emitted on process `close`, not process `exit` (so that stdout can be flushed first)

Expand All @@ -9,7 +23,7 @@
- Detect `Chromium` on `OSX` (i: @rhendric, r: @mitchhentges)
- `IE` will now response to `stop()` (i: @vsashidh, r: @mitchhentges)
- Windows browser detection should be 2-4x faster (win-detect-browsers upgrade) (i: @mitchhentges, r: @tomitm)

#### Developer features
- Updated dependencies (i: @mitchhentges, r: @tomitm)

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": "james-browser-launcher",
"version": "1.0.0",
"version": "1.1.0",
"description": "Detect, launch and stop browser versions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 80cf212

Please sign in to comment.