@iadvize-oss/foldable-helpers
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -10,2 +10,8 @@ # Changelog | ||
## [1.0.3] | ||
### Changed | ||
- misc: bump typedoc from 0.16.9 to 0.16.10 | ||
## [1.0.2] | ||
@@ -30,4 +36,6 @@ | ||
[Unreleased]: https://github.com/iadvize/foldable-helpers-library/compare/v1.0.2...HEAD | ||
[Unreleased]: https://github.com/iadvize/foldable-helpers-library/compare/v1.0.3...HEAD | ||
[1.0.3]: https://github.com/iadvize/foldable-helpers-library/compare/v1.0.2...v1.0.3 | ||
[1.0.2]: https://github.com/iadvize/foldable-helpers-library/compare/v1.0.1...v1.0.2 | ||
@@ -34,0 +42,0 @@ |
{ | ||
"name": "@iadvize-oss/foldable-helpers", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Typescript helpers to fold on sum types", | ||
@@ -49,3 +49,3 @@ "main": "dist/index.js", | ||
"tslib": "^1.10.0", | ||
"typedoc": "^0.16.9", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.7.5" | ||
@@ -52,0 +52,0 @@ }, |
36092