Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 23, 2024
1 parent bd92b53 commit ccef532
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tenderly/metamask-snap-transaction-preview",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"description": "A MetaMask Snap with transaction preview powered by Tenderly Simulation API.",
"keywords": [
Expand Down
9 changes: 8 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.2]
### Uncategorized
- fix: update parse chain id method
- chore: update snap manifest
- fix: update transaction handler

## [1.2.1]
### Fixed
- Update public share link
Expand All @@ -31,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add Tenderly Snap implementation

[Unreleased]: https://github.com/Tenderly/tenderly-snap/compare/v1.2.1...HEAD
[Unreleased]: https://github.com/Tenderly/tenderly-snap/compare/v1.2.2...HEAD
[1.2.2]: https://github.com/Tenderly/tenderly-snap/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/Tenderly/tenderly-snap/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/Tenderly/tenderly-snap/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/Tenderly/tenderly-snap/compare/v1.0.0...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tenderly/metamask-snap",
"version": "1.2.1",
"version": "1.2.2",
"description": "Preview transactions before sending them on-chain to get valuable insights, avoid failed transactions, and save funds. Get human-readable information on transferred assets with corresponding dollar values for ERC-20 tokens and NFTs.",
"repository": {
"type": "git",
Expand Down

0 comments on commit ccef532

Please sign in to comment.