File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -264,13 +264,11 @@ Released with 1.0.0-beta.37 code base.
264264
265265- Add unit tests for isHex and isHexStrict (#3622 )
266266
267- ## [ Unreleased]
268-
269- ## [ 1.2.12]
267+ ## [ 1.3.0]
270268
271269### Added
272270
273- - Support for typescript files (.ts) to be writtern alongside regular .js files (#3652 )
271+ - Support for typescript files (.ts) to be written alongside regular .js files (#3652 )
274272- Add compareBlock function that allows for complex block comparisons (#3682 )
275273
276274### Changed
@@ -279,11 +277,15 @@ Released with 1.0.0-beta.37 code base.
279277- ` npm run build ` now uses TSC to compile (.js allowed) and the build folder is now located under ` lib ` (#3652 )
280278- Modernized web3-core to use newer es syntax (#3652 )
281279- Bumped ` web3-providers-ipc ` ` oboe ` version to 2.1.5 (#3661 )
282- - Bump lodash from 4.17.15 to 4.17.19
283- - Bump websocket version which removes node-gyp from web3.js (#3865 )
280+ - Bump lodash from 4.17.15 to 4.17.19 ( # 3641 )
281+ - Bump websocket version which removes node-gyp from web3.js (#3685 )
284282
285283### Fixed
286284
287285- Fix parsing of non-` eth_subscription ` provider events (#3660 )
288286- Fix parsedUrl problem of websocket provider (#3666 )
289- - Fix return value for ` clearSubscriptions ` (#3689 )
287+ - Fix return value for ` clearSubscriptions ` (#3689 )
288+
289+ ## [ Unreleased]
290+
291+ ## [ 1.3.1]
You can’t perform that action at this time.
0 commit comments