Skip to content

Commit

Permalink
[RELEASE] 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordangarcia committed Jul 27, 2015
1 parent 1a17333 commit 87d006b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1 (July 26, 2015)

- **[ADDED]** Bowser support via bower.json

## 1.1.0 (July 23, 2015)

- **[NEW]** added `Reactor#serialize`, `Reactor#loadState`, `Store#serialize` and `Store#deserialize` methods
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuclear-js",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/optimizely/nuclear-js",
"authors": [
"Jordan Garcia"
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": "nuclear-js",
"version": "1.1.0",
"version": "1.1.1",
"description": "Immutable, reactive Flux architecture. UI Agnostic.",
"main": "dist/nuclear.js",
"scripts": {
Expand Down

0 comments on commit 87d006b

Please sign in to comment.