From 55bb134b38492ab29610e18f9c892d2a0c13d7cd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 21 Apr 2026 14:54:28 +0000 Subject: [PATCH] 2.0.2 --- package.json | 2 +- packages/tx-categorize/CHANGELOG.md | 14 +++++++++++++- packages/tx-categorize/package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1be7d5f..e919c47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@MetaMask/tx-categorize-monorepo", - "version": "2.0.1", + "version": "2.0.2", "description": "MetaFi Software Development Kit", "main": "index.ts", "author": "Consensys Software Inc.", diff --git a/packages/tx-categorize/CHANGELOG.md b/packages/tx-categorize/CHANGELOG.md index 9525047..a1781cb 100644 --- a/packages/tx-categorize/CHANGELOG.md +++ b/packages/tx-categorize/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2] + +### Uncategorized + +- feat: balancer stake ([#39](https://github.com/MetaMask/tx-categorize/pull/39)) +- feat: metamaskstake stake ([#37](https://github.com/MetaMask/tx-categorize/pull/37)) +- feat: convex claim ([#35](https://github.com/MetaMask/tx-categorize/pull/35)) +- feat: aave stake label ([#34](https://github.com/MetaMask/tx-categorize/pull/34)) +- feat: curve deposit ([#33](https://github.com/MetaMask/tx-categorize/pull/33)) + ## [2.0.1] ### Added @@ -15,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Increase test coverage ([#29](https://github.com/MetaMask/tx-categorize/pull/29)) ### Changed + - Improvements for standard txs ([#30](https://github.com/MetaMask/tx-categorize/pull/30)) ## [2.0.0] @@ -43,7 +54,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/tx-categorize/compare/v2.0.2...HEAD +[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 [2.0.0]: https://github.com/MetaMask/tx-categorize/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/MetaMask/tx-categorize/compare/v0.1.0...v1.0.0 diff --git a/packages/tx-categorize/package.json b/packages/tx-categorize/package.json index 9ca93a0..e10ef18 100644 --- a/packages/tx-categorize/package.json +++ b/packages/tx-categorize/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/tx-categorize", - "version": "2.0.1", + "version": "2.0.2", "description": "A library for categorizing and labeling blockchain transactions", "author": "Consensys Software Inc.", "license": "ISC",