Skip to content

Commit

Permalink
docs: roll v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jul 26, 2022
1 parent db1b3b4 commit 03cb202
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

[1.1.2]: https://github.com/paulrberg/evm-bn/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/paulrberg/evm-bn/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/paulrberg/evm-bn/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/paulrberg/evm-bn/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/paulrberg/evm-bn/releases/tag/v1.0.0

## [1.1.2] - 2022-07-26

### Changed

- Adhere to Common Changelog in `CHANGELOG.md` (@paulrberg)
- Change the license from "Unlicense" to "MIT" (@paulrberg)
- Fix number of decimals in error message in `fromBn` function (@paulrberg)
- Polish the README (@paulrberg)

## [1.1.1] - 2021-10-27

### Changed
Expand All @@ -36,4 +46,4 @@ Versioning](https://semver.org/spec/v2.0.0.html).

### Added

- First release of the package.
- First release of the package (@paulrberg)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "evm-bn",
"description": "Convert fixed-point numbers to ethers big numbers and vice-versa",
"version": "1.1.1",
"version": "1.1.2",
"author": {
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
Expand Down

0 comments on commit 03cb202

Please sign in to comment.