Skip to content

Commit

Permalink
release: 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Oct 3, 2019
1 parent e4f9eac commit de1faf5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.8.3] - 2019-10-03

### Added

- Added `numberToHex` method
- Added `BigNumber` class
- Added `hashString` method

### Changed

- Greatly improved the performance of various methods to be as fast or faster than lodash.

## [0.8.0] - 2019-09-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/utils",
"description": "Performance oriented implementations of commonly used functions in TypeScript.",
"version": "0.8.0",
"version": "0.8.3",
"contributors": [
"Brian Faust <brian@ark.io>",
"Joshua Noack <joshua@ark.io>"
Expand Down

0 comments on commit de1faf5

Please sign in to comment.