diff --git a/CHANGELOG.md b/CHANGELOG.md index c70e0b2..fc4a115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.2.2 + +Integrated with [Sauce Labs](https://saucelabs.com/) for automated, cross-browser testing. + # v0.2.1 Updated React and React Router to v0.13.1 diff --git a/package.json b/package.json index 30907d6..29925d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "essential-react", - "version": "0.2.1", + "version": "0.2.2", "description": "A minimal skeleton for building testable React apps using ES6.", "main": "src/main.jsx", "scripts": {