Skip to content

Commit

Permalink
docs: roll v1.1.0
Browse files Browse the repository at this point in the history
chore: disable "@typescript-eslint/no-unsafe-argument" rule
  • Loading branch information
PaulRBerg committed Oct 26, 2021
1 parent 18aeee9 commit d10d93b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rules:
"@typescript-eslint/no-empty-function": "off"
"@typescript-eslint/no-explicit-any": "off"
"@typescript-eslint/no-inferrable-types": "off"
"@typescript-eslint/no-unsafe-argument": "off"
"@typescript-eslint/no-unsafe-assignment": "off"
"@typescript-eslint/no-unsafe-call": "off"
"@typescript-eslint/no-unused-vars":
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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
Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2021-10-26

### Added

- TypeScript declaration maps and source maps.

### Changed

- Upgrade to `@ethersproject/bignumber` v5.5.0.

## [1.0.1] - 2021-09-29

### Fixed
Expand All @@ -17,5 +27,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- First release of the package.

[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
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.0.1",
"version": "1.1.0",
"author": {
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
Expand Down

0 comments on commit d10d93b

Please sign in to comment.