From be966e38a1d29304e727870884a145b416efeb3d Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:12:43 -0700 Subject: [PATCH] chore: release 1.8.1 (#224) Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com> --- .changeset/hip-panthers-behave.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hip-panthers-behave.md diff --git a/.changeset/hip-panthers-behave.md b/.changeset/hip-panthers-behave.md deleted file mode 100644 index c0fe7c4..0000000 --- a/.changeset/hip-panthers-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bfra.me/.github": patch ---- - -Build: Update `release` script to remove `stdin` input diff --git a/CHANGELOG.md b/CHANGELOG.md index baacc05..3515977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @bfra.me/.github +## 1.8.1 + +### Patch Changes + +- [#223](https://github.com/bfra-me/.github/pull/223) [`0ec0fdf`](https://github.com/bfra-me/.github/commit/0ec0fdfa3d6090f5069e9ce05d20151329f73bac) Thanks [@marcusrbrown](https://github.com/marcusrbrown)! - Build: Update `release` script to remove `stdin` input + ## 1.8.0 ### Minor Changes diff --git a/package.json b/package.json index c2222d9..903e184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bfra.me/.github", - "version": "1.8.0", + "version": "1.8.1", "description": "Defaults for the @bfra-me GitHub Organization", "author": "Marcus R. Brown (https://mrbro.dev/)", "license": "MIT",