diff --git a/common/changes/@subsquid/scale-type-system/master_2023-10-27-08-32.json b/common/changes/@subsquid/scale-type-system/master_2023-10-27-08-32.json deleted file mode 100644 index fe1dbbe73..000000000 --- a/common/changes/@subsquid/scale-type-system/master_2023-10-27-08-32.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@subsquid/scale-type-system", - "comment": "fix `tuple()` constructor", - "type": "patch" - } - ], - "packageName": "@subsquid/scale-type-system" -} \ No newline at end of file diff --git a/substrate/scale-type-system/CHANGELOG.json b/substrate/scale-type-system/CHANGELOG.json index 3f431c7fb..01141b6e9 100644 --- a/substrate/scale-type-system/CHANGELOG.json +++ b/substrate/scale-type-system/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@subsquid/scale-type-system", "entries": [ + { + "version": "1.0.1", + "tag": "@subsquid/scale-type-system_v1.0.1", + "date": "Fri, 27 Oct 2023 08:37:05 GMT", + "comments": { + "patch": [ + { + "comment": "fix `tuple()` constructor" + } + ] + } + }, { "version": "1.0.0", "tag": "@subsquid/scale-type-system_v1.0.0", diff --git a/substrate/scale-type-system/CHANGELOG.md b/substrate/scale-type-system/CHANGELOG.md index da3651c21..3632a39e1 100644 --- a/substrate/scale-type-system/CHANGELOG.md +++ b/substrate/scale-type-system/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @subsquid/scale-type-system -This log was last generated on Thu, 28 Sep 2023 20:58:19 GMT and should not be manually modified. +This log was last generated on Fri, 27 Oct 2023 08:37:05 GMT and should not be manually modified. + +## 1.0.1 +Fri, 27 Oct 2023 08:37:05 GMT + +### Patches + +- fix `tuple()` constructor ## 1.0.0 Thu, 28 Sep 2023 20:58:19 GMT