diff --git a/.changeset/kind-gorillas-hunt.md b/.changeset/kind-gorillas-hunt.md deleted file mode 100644 index 2026f2106..000000000 --- a/.changeset/kind-gorillas-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wingman-fe': patch ---- - -Align with latest linting rules diff --git a/fe/CHANGELOG.md b/fe/CHANGELOG.md index f1caecb13..ec8a6a82d 100644 --- a/fe/CHANGELOG.md +++ b/fe/CHANGELOG.md @@ -1,5 +1,11 @@ # wingman-fe +## 9.1.1 + +### Patch Changes + +- Align with latest linting rules ([#981](https://github.com/seek-oss/wingman/pull/981)) + ## 9.1.0 ### Minor Changes diff --git a/fe/package.json b/fe/package.json index 3ced8dce6..e68588a5e 100644 --- a/fe/package.json +++ b/fe/package.json @@ -69,5 +69,5 @@ "test": "sku test", "test:ci": "sku test --coverage" }, - "version": "9.1.0" + "version": "9.1.1" }