Skip to content

Commit

Permalink
Merge 3e75ea9 into f056900
Browse files Browse the repository at this point in the history
  • Loading branch information
maaktweluit committed Aug 10, 2020
2 parents f056900 + 3e75ea9 commit 1641dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ Released with 1.0.0-beta.37 code base.
- Improve RequestManager send method (#3649)
- `npm run build` now uses TSC to compile (.js allowed) and the build folder is now located under `lib` (#3652)
- Modernized web3-core to use newer es syntax (#3652)
- Bumped `web3-providers-ipc` `oboe` version to 2.1.5 (#3661)
- Bump lodash from 4.17.15 to 4.17.19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-providers-ipc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "types/index.d.ts",
"main": "lib/index.js",
"dependencies": {
"oboe": "2.1.4",
"oboe": "2.1.5",
"underscore": "1.9.1",
"web3-core-helpers": "1.2.11"
},
Expand Down

0 comments on commit 1641dd2

Please sign in to comment.