Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dzimiks committed Dec 20, 2024
1 parent 1d77aae commit 4f1ac9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [1.2.3]
### Uncategorized
### Fixed
- fix: update chain id logic

## [1.2.2]
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.2",
"version": "1.2.3",
"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": "kb5428TsWWeG9ZBWltgh9MEESOZFmNKzhi0GHDsKNAo=",
"shasum": "WuDywSqVFK/ELGbAuNHk/XkUn/mP3Y4S/Hyh3xXDkBw=",
"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.2';
const TenderlySnapVersion = '1.2.3';

export { CustomRequestMethod, TenderlyApi, TenderlySnapVersion };

0 comments on commit 4f1ac9c

Please sign in to comment.