Skip to content

Commit

Permalink
docs: roll v1.1.1
Browse files Browse the repository at this point in the history
build: change semver from "^5.5.0" to "5.x" for "@ethersproject/bignumber" peer dep
  • Loading branch information
PaulRBerg committed Oct 27, 2021
1 parent d10d93b commit 7458d22
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.1] - 2021-10-27

### Changed

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

## [1.1.0] - 2021-10-26

### Added
Expand All @@ -27,6 +33,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- First release of the package.

[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
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.1.1",
"author": {
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "Unlicense",
"main": "./dist/index.js",
"peerDependencies": {
"@ethersproject/bignumber": "^5.5.0"
"@ethersproject/bignumber": "5.x"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2412,7 +2412,7 @@ __metadata:
ts-node: ^10.4.0
typescript: ^4.4.4
peerDependencies:
"@ethersproject/bignumber": ^5.5.0
"@ethersproject/bignumber": 5.x
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7458d22

Please sign in to comment.