bump version, add changelog

This commit is contained in:
Dotan Nahum 2016-12-03 16:07:11 +02:00
parent 9cab318c49
commit 5e80152c1d
2 changed files with 9 additions and 1 deletions

8
CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
## 2.0.0
- MessageQueue changed location in core React Native. Bumping
major version because this is a breaking change.
## 1.33.0
- Current version.

View File

@ -20,5 +20,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.33.0"
"version": "2.0.0"
}