Skip to content

Commit f84e58d

Browse files
committed
Bump and build v1.0.1
1 parent 861d42e commit f84e58d

7 files changed

+14
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.0.1 [Commit Log](https://github.com/Squareknot/marionette.state/compare/v1.0.0...v1.0.1)
2+
3+
- Added `toJSON()` proxy to underlying model, permitting State instance to be used as Mn view model in 2.x.
4+
15
v1.0.0 [Commit Log](https://github.com/Squareknot/marionette.state/compare/v0.4.0...v1.0.0)
26

37
- `sync()` method elevated to Functions API to enable finer-grained synchronization use cases.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marionette-state",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"homepage": "https://github.com/Squareknot/marionette.state",
55
"authors": [
66
"ianmstew <[email protected]>",

build/marionette.state.js

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/marionette.state.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/marionette.state.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/marionette.state.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "marionette.state",
33
"description": "One-way state architecture for a Marionette.js app.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/Squareknot/marionette.state",
66
"main": "build/marionette.state.js",
77
"keywords": [

0 commit comments

Comments
 (0)