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.1",
"version": "2.0.2",
"description": "MetaFi Software Development Kit",
"main": "index.ts",
"author": "Consensys Software Inc.",
Expand Down
14 changes: 13 additions & 1 deletion packages/tx-categorize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jpsains Heads up that we use SemVer across all MetaMask packages to signal what kinds of changes are included in the release. If something new is being added, then consider using a minor release than a patch release.

We also have a step when we make releases where we review the changelog, reword entries to better summarize the contents of the change and detail changes to the API, and place entries in a certain category. It looks like you have a RELEASE.md which outlines this process. Consider following this to ensure that the changelog is usable for anyone who works on or interacts with this package now or in the future.

- 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
Expand All @@ -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]
Expand Down Expand Up @@ -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
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.1",
"version": "2.0.2",
"description": "A library for categorizing and labeling blockchain transactions",
"author": "Consensys Software Inc.",
"license": "ISC",
Expand Down
Loading