Skip to content

Commit ee33d2c

Browse files
committed
chore(release): 1.3.2
1 parent ab0a0e2 commit ee33d2c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.3.2"></a>
6+
## [1.3.2](https://github.com/mongodb-js/connect-backbone-to-react/compare/v1.3.1...v1.3.2) (2017-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* Handle error when passed an undefined model ([e5f09c9](https://github.com/mongodb-js/connect-backbone-to-react/commit/e5f09c9))
12+
* Handle null models in default mapping ([ab0a0e2](https://github.com/mongodb-js/connect-backbone-to-react/commit/ab0a0e2))
13+
14+
15+
516
<a name="1.3.1"></a>
617
## [1.3.1](https://github.com/mongodb-js/connect-backbone-to-react/compare/v1.3.0...v1.3.1) (2017-09-15)
718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "connect-backbone-to-react",
33
"description": "Connect Backbone Models and Collections to React.",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"scripts": {
66
"fmt": "mongodb-js-fmt",
77
"check": "mongodb-js-precommit",

0 commit comments

Comments
 (0)