Skip to content

Commit

Permalink
[dist] 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed May 11, 2019
1 parent a79e7be commit bebc9a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit bebc9a9

Please sign in to comment.