Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dzimiks committed Sep 23, 2024
1 parent ccef532 commit 47eded2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ 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
### Fixed
- Update transaction handler

## [1.2.1]
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"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.",
"proposedName": "Tenderly TX Preview",
"repository": {
"type": "git",
"url": "https://github.com/tenderly/tenderly-snap.git"
},
"source": {
"shasum": "5cRgUkIM5DUnrcysawb1az3in+dJ0tMwWWOG9PF1wSQ=",
"shasum": "JNLIjh3TKVEi5tyOrY975mbE9GYvtA6ruLcmilpZvPc=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ enum CustomRequestMethod {

const TenderlyApi = 'https://api.tenderly.co/api';

const TenderlySnapVersion = '1.2.1';
const TenderlySnapVersion = '1.2.2';

export { CustomRequestMethod, TenderlyApi, TenderlySnapVersion };

0 comments on commit 47eded2

Please sign in to comment.