Skip to content

Commit

Permalink
Merge pull request #14 from tonlabs/1.0.1-rc
Browse files Browse the repository at this point in the history
Fix commands sign and contract
  • Loading branch information
d3p authored Jan 21, 2022
2 parents d5cdd38 + 8bdfbeb commit 4269930
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All the notable changes to the "TONDEV" VS Code extension will be documented in this file.

## [1.0.1] 2022-01-21
### Fixed
- Problem with commands `sign` and `contract`

## [1.0.0] 2022-01-20
### New
Renamed plugin to `everdev-vscode` and use `everdev`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "EverDev",
"description": "Everscale Dev Environemnt",
"publisher": "TONLabs",
"version": "1.0.0",
"version": "1.0.1",
"author": "TON DEV SOLUTIONS LTD.",
"license": "Apache-2.0",
"licenses": [
Expand Down Expand Up @@ -458,4 +458,4 @@
"typescript": "^4.1.2",
"vscode-test": "^1.4.1"
}
}
}

0 comments on commit 4269930

Please sign in to comment.