diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..89891bc --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index b3b67b8..97b357d 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,5 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "version": "1.33.0" + "version": "2.0.0" }