diff --git a/CHANGELOG.md b/CHANGELOG.md index a20f0bc..7cfabd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/shtaif/iterified/compare/v1.0.0...v1.0.1) (2023-08-18) + + +### Bug Fixes + +* missing build during release process ([#8](https://github.com/shtaif/iterified/issues/8)) ([330869a](https://github.com/shtaif/iterified/commit/330869a21a1e42dd586b96783606153dfacd844c)) + # 1.0.0 (2023-08-18) diff --git a/package.json b/package.json index 8847f1f..c02cd96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iterified", - "version": "1.0.0", + "version": "1.0.1", "author": "Dor Shtaif ", "license": "MIT", "repository": {