Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed Jul 16, 2016
1 parent f154f0a commit 75efb84
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.4.0 (2016-07-16)

#### Enhancement
* `react-server-cli`
* [#302](https://github.com/redfin/react-server/pull/302) Use babel preset to build react-server-cli. ([@doug-wade](https://github.com/doug-wade))
* [#343](https://github.com/redfin/react-server/pull/343) Add react-server-cli watch mode. ([@doug-wade](https://github.com/doug-wade))
* [#348](https://github.com/redfin/react-server/pull/348) Add json loader to webpack. ([@doug-wade](https://github.com/doug-wade))

#### Commiters: 2
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## v0.3.4 (2016-07-05)

#### Bug fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.24",
"version": "0.3.4",
"version": "0.4.0",
"changelog": {
"repo": "redfin/react-server",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-cli",
"version": "0.3.4",
"version": "0.4.0",
"description": "A command line to run react-server",
"main": "target/index.js",
"scripts": {
Expand Down

0 comments on commit 75efb84

Please sign in to comment.