diff --git a/package.json b/package.json index cac30b3..a7c6aec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tezwell/visual-tez", - "version": "1.2.2", + "version": "1.2.1", "description": "A visual programming tool for writing smart contracts in the Tezos blockchain", "private": true, "author": { diff --git a/src/pages/markdown/releases.md b/src/pages/markdown/releases.md index 4dab62e..42e7f70 100644 --- a/src/pages/markdown/releases.md +++ b/src/pages/markdown/releases.md @@ -1,5 +1,20 @@ # Releases + +## 1.2.1 +| | | +|---|---| +| Date | 2022-07-16 | +| Commit | [c9be0ca](https://github.com/TezWell/VisualTez/commit/c9be0ca4133d5b27e75219c62e50b292c07560ce) | + +### Change Log + +- Adds expressions for adding and substracting seconds, minutes and hours from timestamps; +- Removes jakartanet node; + +#### Breaking changes +#### Bug fixes + ## v1.2.0 | | | |---|---|