Skip to content

Commit

Permalink
Published version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jan 27, 2016
1 parent f0de938 commit 404bd48
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.2.3

* observableArray.sort no longer mutates the array being sorted but returns a sorted clone instead (#90)
* removed an incorrect internal state assumption (#97)

# 1.2.2

* Add bower support
Expand Down
6 changes: 3 additions & 3 deletions dist/mobservable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mobservable.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/mobservable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mobservable.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobservable",
"version": "1.2.2",
"version": "1.2.3",
"description": "Observable data. Reactive functions. Simple code.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 404bd48

Please sign in to comment.