From 4a9482cd04b84995bd1aa019cfb828d17ab3d726 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Tue, 2 Jul 2024 17:27:38 +0900 Subject: [PATCH] npm(eslint-config): bump version 0.0.6 Summary: eslint 9.6.0, and add changelog. Signed-off-by: Yongmin Hong Test Plan: Tag `eslint-config@v0.0.6` and push it. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Tags: #npm Differential Revision: https://issuetracker.revi.xyz/D494 --- npm/eslint-config/CHANGELOG.md | 15 +++++++++++++++ npm/eslint-config/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 npm/eslint-config/CHANGELOG.md diff --git a/npm/eslint-config/CHANGELOG.md b/npm/eslint-config/CHANGELOG.md new file mode 100644 index 0000000..d08807d --- /dev/null +++ b/npm/eslint-config/CHANGELOG.md @@ -0,0 +1,15 @@ +# `@revi/eslint-config` changelog + +Pre-`v0.0.6` changelog is not available. + +New entry is listed at the top, and old logs may get truncated. + +Version bump criteria follows: + +- major: When the plugin is removed. +- minor: When the plugin is added. +- patch: When the rule is modified (without plugin addition/removal). + +## v0.0.6 (2024-07-02) + +- Update `eslint` and `@eslint/js` to `9.6.0`. diff --git a/npm/eslint-config/package.json b/npm/eslint-config/package.json index 02f3157..ec090de 100644 --- a/npm/eslint-config/package.json +++ b/npm/eslint-config/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@revi/eslint-config", - "version": "0.0.5", + "version": "0.0.6", "description": "@revi's shared eslint config", "main": "eslint.config.js", "types": "./types/index.d.ts",