diff --git a/CHANGELOG.md b/CHANGELOG.md index e476569..e0367b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.3](https://github.com/circle-smartin/contract-cli/compare/v1.0.3...v1.0.3) (2022-10-13) + + +### Features + +* add new default step for echidna fuzzing ([#12](https://github.com/circle-smartin/contract-cli/issues/12)) ([91368ea](https://github.com/circle-smartin/contract-cli/commit/91368ea7d71b9bcbaa79603798cdee7b6eec23f9)) + + +### Bug Fixes + +* Add actions for releasing new versions to NPM, reduce output spacing ([#6](https://github.com/circle-smartin/contract-cli/issues/6)) ([5974195](https://github.com/circle-smartin/contract-cli/commit/59741953d35e4939d7fb943cd0bfdb33f5c65c92)) +* fix package name in release action ([#7](https://github.com/circle-smartin/contract-cli/issues/7)) ([1d35044](https://github.com/circle-smartin/contract-cli/commit/1d350443af5f0a4efa593a096fd93d643ce6ea46)) + + +### Release-As + +* 1.0.3 ([#9](https://github.com/circle-smartin/contract-cli/issues/9)) ([2b32c45](https://github.com/circle-smartin/contract-cli/commit/2b32c45a5cf61cab2bd14eaf0de41f4d8c9c5e9b)) + ## 1.0.3 (2022-09-26)