bump version, add changelog
This commit is contained in:
parent
9cab318c49
commit
5e80152c1d
|
@ -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.
|
|
@ -20,5 +20,5 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"version": "1.33.0"
|
"version": "2.0.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue