From 5c4e7f7bd2e26032c96d556c01bff6a6ffd58308 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 14:33:09 +0800 Subject: [PATCH] chore(main): release 0.1.1 (#6) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..9aa5a07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0d5b48f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/hugomods/recaptcha-v2/compare/v0.1.0...v0.1.1) (2023-06-20) + + +### Bug Fixes 🐞 + +* remove the async attribute from reCaptcha script ([#5](https://github.com/hugomods/recaptcha-v2/issues/5)) ([1045f5b](https://github.com/hugomods/recaptcha-v2/commit/1045f5bdb8eb8dd5e0ae84838d7cadcd7d892259))