Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@MetaMask/tx-categorize-monorepo",
"version": "2.0.3",
"version": "2.1.0",
"description": "MetaFi Software Development Kit",
"main": "index.ts",
"author": "Consensys Software Inc.",
Expand Down
10 changes: 9 additions & 1 deletion packages/tx-categorize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0]

### Fixed

- Fix: Bridge Txs ([#44](https://github.com/MetaMask/tx-categorize/pull/44))
- feat: solves issue with short readable label field by excluding amounts in readable ([#45](https://github.com/MetaMask/tx-categorize/pull/45)

## [2.0.3]

### Fixed
Expand Down Expand Up @@ -61,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Comprehensive transaction schemas including DeFi, NFT, and token operations
- Heuristic-based fallback categorization

[Unreleased]: https://github.com/MetaMask/tx-categorize/compare/v2.0.3...HEAD
[Unreleased]: https://github.com/MetaMask/tx-categorize/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/MetaMask/tx-categorize/compare/v2.0.3...v2.1.0
[2.0.3]: https://github.com/MetaMask/tx-categorize/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/MetaMask/tx-categorize/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/MetaMask/tx-categorize/compare/v2.0.0...v2.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/tx-categorize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/tx-categorize",
"version": "2.0.3",
"version": "2.1.0",
"description": "A library for categorizing and labeling blockchain transactions",
"author": "Consensys Software Inc.",
"license": "ISC",
Expand Down
Loading