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",