@iadvize-oss/foldable-helpers
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -10,2 +10,8 @@ # Changelog | ||
## [1.0.2] | ||
### Changed | ||
- misc: bump rollup from 1.31.0 to 1.31.1 | ||
## [1.0.1] | ||
@@ -24,6 +30,8 @@ | ||
[Unreleased]: https://github.com/iadvize/foldable-helpers-library/compare/v1.0.1...HEAD | ||
[Unreleased]: https://github.com/iadvize/foldable-helpers-library/compare/v1.0.2...HEAD | ||
[1.0.2]: https://github.com/iadvize/foldable-helpers-library/compare/v1.0.1...v1.0.2 | ||
[1.0.1]: https://github.com/iadvize/foldable-helpers-library/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/iadvize/foldable-helpers-library/compare/v0.0.0...v1.0.0 |
{ | ||
"name": "@iadvize-oss/foldable-helpers", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Typescript helpers to fold on sum types", | ||
@@ -43,3 +43,3 @@ "main": "dist/index.js", | ||
"remark-cli": "^7.0.1", | ||
"rollup": "^1.31.0", | ||
"rollup": "^1.31.1", | ||
"rollup-plugin-multi-input": "^1.0.3", | ||
@@ -46,0 +46,0 @@ "rollup-plugin-terser": "^5.2.0", |
35933