Skip to content

Commit

Permalink
Revert "2.0.0 (#48)" (#50)
Browse files Browse the repository at this point in the history
This reverts commit a607bc5 (#48).
Release failed due to changelog lint. Will be followed up with a fixed publish of the same package.
  • Loading branch information
legobeat authored Oct 3, 2023
1 parent a607bc5 commit 211c7ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0]
### Changes
- **BREAKING:** Switch from `ethjs-query` to `@ethersproject/providers` ([#39](https://github.com/MetaMask/nonce-tracker/pull/39))
- **BREAKING:** Minimum Node.js version is now 14 ([#42](https://github.com/MetaMask/nonce-tracker/pull/42))

## [1.2.0]
### Changed
- Add `eth-block-tracker@^4.4.3` ([#12](https://github.com/MetaMask/nonce-tracker/pull/12))
Expand All @@ -33,8 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add documentation

[Unreleased]: https://github.com/MetaMask/nonce-tracker/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/MetaMask/nonce-tracker/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/MetaMask/nonce-tracker/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/MetaMask/nonce-tracker/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/MetaMask/nonce-tracker/releases/tag/v1.0.1
[Unreleased]: https://github.com/MetaMask/nonce-tracker/compare/v1.2.0...HEAD
[1.0.0]: https://github.com/MetaMask/nonce-tracker/compare/v1.1.0...v1.2.0
[1.0.1]: https://github.com/MetaMask/nonce-tracker/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/MetaMask/nonce-tracker/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/MetaMask/nonce-tracker/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nonce-tracker",
"version": "2.0.0",
"version": "1.2.0",
"description": "Transaction nonce calculation used in MetaMask.",
"keywords": [
"ethereum"
Expand Down

0 comments on commit 211c7ce

Please sign in to comment.