From ca0ecbb0cd396c5c283bd502e99707b769bb0973 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Tue, 28 Mar 2023 11:41:53 +0300 Subject: [PATCH] docs: roll v1.2.0 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe645b0..ead8b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 60d5370..dfa4d5f 100644 --- a/package.json +++ b/package.json @@ -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"