From 0aaeb63654dedd773a3e69342bf354ed85e2d607 Mon Sep 17 00:00:00 2001 From: Dirk de Visser Date: Fri, 7 Jun 2024 09:13:17 +0200 Subject: [PATCH] chore: release main --- packages/eslint-config/CHANGELOG.md | 9 +++++++++ packages/eslint-config/package.json | 8 ++++++-- release-please-manifest.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 201650d..ba2d9b1 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.4](https://github.com/lightbasenl/platforms/compare/eslint-config-v0.1.3...eslint-config-v0.1.4) (2024-06-07) + + +### Dependencies + +* Bump globals from 15.3.0 to 15.4.0 ([#94](https://github.com/lightbasenl/platforms/issues/94)) ([a7ff9d9](https://github.com/lightbasenl/platforms/commit/a7ff9d94de362092f81c8cf354f9653eed81e1d3)) +* Bump prettier from 3.3.0 to 3.3.1 ([#92](https://github.com/lightbasenl/platforms/issues/92)) ([93356b8](https://github.com/lightbasenl/platforms/commit/93356b825e9bb210119858ea3a3f79bc9bb7e4da)) +* Bump typescript-eslint from 7.11.0 to 7.12.0 ([#89](https://github.com/lightbasenl/platforms/issues/89)) ([dc54716](https://github.com/lightbasenl/platforms/commit/dc5471622a8f8e67970a39b4429be05525cc68ca)) + ## [0.1.3](https://github.com/lightbasenl/platforms/compare/eslint-config-v0.1.2...eslint-config-v0.1.3) (2024-06-04) ### Miscellaneous diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 79de868..55a6184 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lightbase/eslint-config", - "version": "0.1.3", + "version": "0.1.4", "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 50356f9..4714ddc 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/eslint-config": "0.1.3", + "packages/eslint-config": "0.1.4", "packages/pull-through-cache": "0.1.2" }