From 5fa6dc069faef01f73e867b1965ee707da66a435 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:04:38 +0100 Subject: [PATCH] chore: release 4.3.2 (#31) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 025a1cb..e5b99f3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.3.1" + ".": "4.3.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d960d..1ee195e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.3.2](https://github.com/CodelyTV/eslint-config-codely/compare/eslint-config-codely-v4.3.1...eslint-config-codely-v4.3.2) (2025-01-15) + + +### Bug Fixes + +* avoid using GitHub Personal Access Token while publishing a new release ([#30](https://github.com/CodelyTV/eslint-config-codely/issues/30)) ([b3d358b](https://github.com/CodelyTV/eslint-config-codely/commit/b3d358b424cfbeb1b5c1f907f8fcda337e4d645b)) + ## [4.3.1](https://github.com/CodelyTV/eslint-config-codely/compare/eslint-config-codely-v4.3.0...eslint-config-codely-v4.3.1) (2025-01-15) diff --git a/package-lock.json b/package-lock.json index 9e05358..ebba5dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-codely", - "version": "4.3.1", + "version": "4.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-codely", - "version": "4.3.1", + "version": "4.3.2", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@babel/core": "^7.25.2", diff --git a/package.json b/package.json index d4a7ae4..1d95410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-codely", - "version": "4.3.1", + "version": "4.3.2", "description": "Codely's ESLint and Prettier Config", "main": "index.js", "scripts": {