Skip to content

Commit 87d006b

Browse files
committed
[RELEASE] 1.1.1
1 parent 1a17333 commit 87d006b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.1 (July 26, 2015)
2+
3+
- **[ADDED]** Bowser support via bower.json
4+
15
## 1.1.0 (July 23, 2015)
26

37
- **[NEW]** added `Reactor#serialize`, `Reactor#loadState`, `Store#serialize` and `Store#deserialize` methods

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuclear-js",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"homepage": "https://github.com/optimizely/nuclear-js",
55
"authors": [
66
"Jordan Garcia"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuclear-js",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Immutable, reactive Flux architecture. UI Agnostic.",
55
"main": "dist/nuclear.js",
66
"scripts": {

0 commit comments

Comments
 (0)