From 7d10c0df36cfa4a40ce2b2d4e53662bc2d996bae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:05:52 +0000 Subject: [PATCH] chore: Release 0.1.1 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b881a39..f1cf1e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} +{".":"0.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffddbb..163b808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/noir-lang/ec/compare/v0.1.0...v0.1.1) (2024-11-25) + + +### Bug Fixes + +* Add type declarations on globals ([#4](https://github.com/noir-lang/ec/issues/4)) ([023f363](https://github.com/noir-lang/ec/commit/023f363c63d5f9d0df72018bc84ed7556a6647ef)) + ## 0.1.0 (2024-11-21)