Skip to content

Commit

Permalink
docs: roll v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Mar 28, 2023
1 parent be38655 commit ca0ecbb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
41 changes: 27 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,58 @@ All notable changes to this project will be documented in this file.
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.2.0]: https://github.com/PaulRBerg/evm-bn/compare/v1.1.2...v1.2.0
[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.2.0] - 2023-03-28

### Changed

- Bump dependencies (@PaulRBerg)
- Improve documentation and formatting (@PaulRBerg)
- Switch from Yarn to Pnpm for dependency management (@PaulRBerg)

### Added

- Support uppercase `E` in exponential notation ([#16](https://github.com/PaulRBerg/evm-bn/pull/16)) (@tiagox)

## [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)
- 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

- Semver from "^5.5.0" to "5.x" for `@ethersproject/bignumber` peer dependency (@paulrberg)
- Semver from "^5.5.0" to "5.x" for `@ethersproject/bignumber` peer dependency (@PaulRBerg)

## [1.1.0] - 2021-10-26

### Added

- TypeScript declaration maps and source maps (@paulrberg)
- TypeScript declaration maps and source maps (@PaulRBerg)

### Changed

- Upgrade to `@ethersproject/bignumber` v5.5.0 (@paulrberg)
- Upgrade to `@ethersproject/bignumber` v5.5.0 (@PaulRBerg)

## [1.0.1] - 2021-09-29

### Fixed

- Relax type checking in `fromBn` function (@paulrberg)
- Relax type checking in `fromBn` function (@PaulRBerg)

## [1.0.0] - 2021-09-27

### Added

- First release of the package (@paulrberg)
- 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.2",
"version": "1.2.0",
"author": {
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
Expand Down

0 comments on commit ca0ecbb

Please sign in to comment.