Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuter committed Apr 5, 2015
1 parent 073975a commit 96c94e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.2.3

- Use the HTML5 history API for cleaner URLs - @paulyoung
- Wrapped up remaining unit tests, better code coverage
- `PRODUCTION` environment variable now serves static file when running `node server.js`
- Build app upon npm postinstall
- Instant deploy with Heroku button

# v0.2.2

Integrated with [Sauce Labs](https://saucelabs.com/) for automated, cross-browser testing.
Expand Down Expand Up @@ -29,4 +37,4 @@ Continuing to maintain core philosophies of minimal tooling and testing:

# v0.1.0

First release.
First release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "essential-react",
"version": "0.2.2",
"version": "0.2.3",
"description": "A minimal skeleton for building testable React apps using ES6.",
"main": "src/main.jsx",
"scripts": {
Expand Down

0 comments on commit 96c94e6

Please sign in to comment.