Skip to content

Commit

Permalink
docs: roll v1.0.1
Browse files Browse the repository at this point in the history
chore: add double quotes in value fields in ".prettierrc.yaml"
  • Loading branch information
PaulRBerg committed Sep 29, 2021
1 parent 48f6a31 commit dbf0193
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
arrowParens: avoid
arrowParens: "avoid"
bracketSpacing: true
endOfLine: auto
endOfLine: "auto"
printWidth: 120
singleQuote: false
tabWidth: 2
trailingComma: all
trailingComma: "all"
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ 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.0.1] - 2021-09-29

### Fixed

- Relax type checking in `fromFp` function.

## [1.0.0] - 2021-09-27

### Added

- First release of the package.

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

0 comments on commit dbf0193

Please sign in to comment.