diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ad15d2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## [0.3.0](https://github.com/signorecello/noir-playground/compare/v0.2.7...v0.3.0) (2023-11-27) + + +### Features + +* adding auto-publishing ([8a3ea03](https://github.com/signorecello/noir-playground/commit/8a3ea03ac5d9ecf1aa1bed0731c387785cb1e534)) +* triggering release-please ([bb0356e](https://github.com/signorecello/noir-playground/commit/bb0356e56da3f0d68567d5f2a44264f5e68d3ef2)) +* triggering release-please ([f18c826](https://github.com/signorecello/noir-playground/commit/f18c82641f25bf5d8f597bb7116e1494814ef8ea)) +* triggering release-please ([b0b4500](https://github.com/signorecello/noir-playground/commit/b0b45008a1ac02196d21b6ceab801cde8fbc8bf2)) diff --git a/package.json b/package.json index 6153c73..1f62ba2 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,6 @@ }, "dependencies": { "react": "^18.2.0" - } + }, + "version": "0.3.0" }