Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Girod committed Mar 7, 2017
1 parent 64d14a9 commit 540ecd9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="1.1.0"></a>
# [1.1.0](https://github.com/evaneos/vitaminjs/compare/1.0.1...v1.1.0) (2017-03-07)


### Bug Fixes

* propagate errors from router (#267) ([899d693](https://github.com/evaneos/vitaminjs/commit/899d693))

### Features

* allow use of process.env.PORT and process.env.HOST with serve command. Previousl ([e35570d](https://github.com/evaneos/vitaminjs/commit/e35570d))
* use babel-preset-env (#255) ([cfeb71a](https://github.com/evaneos/vitaminjs/commit/cfeb71a))

<a name="1.0.1"></a>
## [1.0.1](https://github.com/evaneos/vitaminjs/compare/v1.0.0...v1.0.1) (2017-02-23)

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": "vitaminjs",
"version": "1.0.1",
"version": "1.1.0",
"description": "The build toolchain against JavaScript Fatigue",
"main": "./src/shared/index.js",
"scripts": {
Expand Down

0 comments on commit 540ecd9

Please sign in to comment.