@typescript-tools/io-ts
Advanced tools
Comparing version 1.0.1 to 1.0.3
@@ -6,4 +6,26 @@ # Change Log | ||
## [1.0.3](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/io-ts@1.0.1...@typescript-tools/io-ts@1.0.3) (2020-11-05) | ||
### Bug Fixes | ||
* set non-zero exit code on argument error ([7e9260b](https://github.com/typescript-tools/typescript-tools/commit/7e9260b3bcf023aaab9d35468a363edfeb151529)) | ||
## [1.0.2](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/io-ts@1.0.1...@typescript-tools/io-ts@1.0.2) (2020-11-05) | ||
### Bug Fixes | ||
* set non-zero exit code on argument error ([7e9260b](https://github.com/typescript-tools/typescript-tools/commit/7e9260b3bcf023aaab9d35468a363edfeb151529)) | ||
## 1.0.1 (2020-11-05) | ||
**Note:** Version bump only for package @typescript-tools/io-ts |
{ | ||
"name": "@typescript-tools/io-ts", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "Internal io-ts codecs", | ||
@@ -49,3 +49,3 @@ "scripts": { | ||
"fp-ts": "^2.8.5", | ||
"io-ts": "^2.2.12" | ||
"io-ts": "^2.1.13" | ||
}, | ||
@@ -100,3 +100,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a77875c0ce2a8b74ff36bba51002b42cca34d49d" | ||
"gitHead": "a7c24d87e2863208b14fcfa3c2835a055db836ad" | ||
} |
9961
Updatedio-ts@^2.1.13