From 8da7e2b0c5caac1a2245c74af90225ebe06d3b5a Mon Sep 17 00:00:00 2001 From: Panpan Date: Fri, 8 Nov 2024 08:38:06 +0800 Subject: [PATCH] chore: release v5.0.2 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d8d30..17de4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.2](https://github.com/ModyQyW/vite-plugin-eslint2/compare/v5.0.1...v5.0.2) (2024-11-08) + +### Bug Fixes + +* correct id & filePath params ([1ac2b85](https://github.com/ModyQyW/vite-plugin-eslint2/commit/1ac2b85af8c7205bf1a5c49ba523e354b46eb44a)) - by @ + ## [5.0.1](https://github.com/ModyQyW/vite-plugin-eslint2/compare/v5.0.0...v5.0.1) (2024-10-19) **Note:** Version bump only for package monorepo diff --git a/lerna.json b/lerna.json index 8c934a6..fa4c7a3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "5.0.1", + "version": "5.0.2", "npmClient": "pnpm", "packages": [ "packages/*" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 36089a0..6ddeb91 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.2](https://github.com/ModyQyW/vite-plugin-eslint2/compare/v5.0.1...v5.0.2) (2024-11-08) + +### Bug Fixes + +* correct id & filePath params ([1ac2b85](https://github.com/ModyQyW/vite-plugin-eslint2/commit/1ac2b85af8c7205bf1a5c49ba523e354b46eb44a)) - by @ + ## [5.0.1](https://github.com/ModyQyW/vite-plugin-eslint2/compare/v5.0.0...v5.0.1) (2024-10-19) **Note:** Version bump only for package vite-plugin-eslint2 diff --git a/packages/core/package.json b/packages/core/package.json index 9a6b097..b0d7070 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-eslint2", - "version": "5.0.1", + "version": "5.0.2", "description": "ESLint plugin for Vite.", "keywords": [ "eslint",