From 1dd2964e5e4636dd6159b5028aadc27de94b473a Mon Sep 17 00:00:00 2001 From: Dirk de Visser Date: Tue, 29 Oct 2024 08:43:05 +0100 Subject: [PATCH] chore: release main --- packages/eslint-config/CHANGELOG.md | 7 +++++++ packages/eslint-config/package.json | 8 ++++++-- release-please-manifest.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index aa958b8..8f20b28 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.0.0...eslint-config-v2.1.0) (2024-10-29) + + +### Features + +* Upperbound the time spend creating Prettier auto-fixes ([a4b5968](https://github.com/lightbasenl/platforms/commit/a4b5968eb96a4b93198741f6eea03078d780f554)) + ## [2.0.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v1.2.0...eslint-config-v2.0.0) (2024-10-22) ### ⚠ BREAKING CHANGES diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 65777a8..4358e3a 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lightbase/eslint-config", - "version": "2.0.0", + "version": "2.1.0", "description": "ESLint based linting and formatting configuration", "type": "module", "license": "MIT", @@ -19,7 +19,11 @@ }, "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", - "files": ["README.md", "LICENSE", "dist/src"], + "files": [ + "README.md", + "LICENSE", + "dist/src" + ], "scripts": { "build": "tsc -p ./tsconfig.json", "lint": "eslint . --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color", diff --git a/release-please-manifest.json b/release-please-manifest.json index e8a3978..d83b9bd 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/eslint-config": "2.0.0", + "packages/eslint-config": "2.1.0", "packages/pull-through-cache": "0.2.2" }