From 4fcb287766266b68690ae7b5ea292948c3c6fd2d Mon Sep 17 00:00:00 2001 From: Adam Weeden Date: Fri, 15 Sep 2023 11:36:45 -0400 Subject: [PATCH 1/2] Publish at the same node version we're testing against --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 63baf8e..103eb37 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 18 registry-url: https://registry.npmjs.org/ - name: Cache node modules uses: actions/cache@v2 From c275d7d02804bdc315b97bf0331c8c7b48222394 Mon Sep 17 00:00:00 2001 From: Adam Weeden Date: Fri, 15 Sep 2023 11:37:38 -0400 Subject: [PATCH 2/2] 1.4.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af4e34..0abc976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.4.2](https://github.com/nrccus/eslint-config/compare/1.4.1...1.4.2) (2023-09-15) + + +### Changes + +* Publish at the same node version we're testing against ([4fcb287](https://github.com/nrccus/eslint-config/commit/4fcb287766266b68690ae7b5ea292948c3c6fd2d)) +* Update to 1.4.1 ([08e4d29](https://github.com/nrccus/eslint-config/commit/08e4d29d983c446a15f22b984e7cc4dd04dabdea)) + ### [1.4.1](https://github.com/nrccus/eslint-config/compare/1.4.0...1.4.1) (2023-09-15) diff --git a/package.json b/package.json index b432394..d6a89c4 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "update:version:major": "standard-version --release-as major", "update:version:minor": "standard-version --release-as minor" }, - "version": "1.4.1" + "version": "1.4.2" }