diff --git a/CHANGELOG.md b/CHANGELOG.md index 489c3b4..d2eb9d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +### 2.0.1 + +- Use `storag-engine@3.0` which will automatically detect the correct + AsyncStorage implementation. +- The upgrade also fixes a bug where it the `debug` and `diagnostics` values + to be JSON encoded instead of regular plain text. + ### 2.0.0 - Documentation improvements. diff --git a/package.json b/package.json index 27203dc..3a600e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diagnostics", - "version": "2.0.0", + "version": "2.0.1", "description": "Tools for debugging your node.js modules and event loop", "main": "./node", "browser": "./browser", @@ -44,10 +44,10 @@ "assume": "2.1.x", "asyncstorageapi": "^1.0.2", "mocha": "5.2.x", - "nyc": "^13.3.0", + "nyc": "^14.1.1", "objstorage": "^1.0.0", "pre-commit": "1.2.x", - "react-native": "^0.58.5", + "react-native": "^0.59.8", "require-poisoning": "^2.0.0", "webpack": "^4.29.5", "webpack-bundle-size-analyzer": "^3.0.0",