From 25378cd65b6c3e238c307a628e661c5f441e4232 Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Tue, 21 Mar 2023 08:14:58 +1100 Subject: [PATCH] Version Packages (#1130) Co-authored-by: github-actions[bot] --- .changeset/chilled-spiders-drive.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/chilled-spiders-drive.md diff --git a/.changeset/chilled-spiders-drive.md b/.changeset/chilled-spiders-drive.md deleted file mode 100644 index 65a918934..000000000 --- a/.changeset/chilled-spiders-drive.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'skuba': patch ---- - -lint: Avoid committing `.npmrc` changes - -`skuba lint` can automatically commit codegen changes if you have [GitHub autofixes](https://seek-oss.github.io/skuba/docs/deep-dives/github.html#github-autofixes) enabled on your project. Previously we made sure to exclude a new `.npmrc` file from the commit, but we now exclude changes to an existing `.npmrc` too. diff --git a/CHANGELOG.md b/CHANGELOG.md index c1cd476bb..99df3f177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # skuba +## 6.0.1 + +### Patch Changes + +- **lint:** Avoid committing `.npmrc` changes ([#1129](https://github.com/seek-oss/skuba/pull/1129)) + + `skuba lint` can automatically commit codegen changes if you have [GitHub autofixes](https://seek-oss.github.io/skuba/docs/deep-dives/github.html#github-autofixes) enabled on your project. Previously we made sure to exclude a new `.npmrc` file from the commit, but we now exclude changes to an existing `.npmrc` too. + ## 6.0.0 ### Major Changes diff --git a/package.json b/package.json index bfd5eb895..56b9d28a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skuba", - "version": "6.0.0", + "version": "6.0.1", "private": false, "description": "SEEK development toolkit for backend applications and packages", "homepage": "https://github.com/seek-oss/skuba#readme",