diff --git a/CHANGELOG.md b/CHANGELOG.md index 17de4d0..cceb25a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.3](https://github.com/ModyQyW/vite-plugin-eslint2/compare/v5.0.2...v5.0.3) (2024-11-26) + +**Note:** Version bump only for package monorepo + ## [5.0.2](https://github.com/ModyQyW/vite-plugin-eslint2/compare/v5.0.1...v5.0.2) (2024-11-08) ### Bug Fixes diff --git a/lerna.json b/lerna.json index fa4c7a3..e276387 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "5.0.2", + "version": "5.0.3", "npmClient": "pnpm", "packages": [ "packages/*" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6ddeb91..e8b8f17 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.3](https://github.com/ModyQyW/vite-plugin-eslint2/compare/v5.0.2...v5.0.3) (2024-11-26) + +**Note:** Version bump only for package vite-plugin-eslint2 + ## [5.0.2](https://github.com/ModyQyW/vite-plugin-eslint2/compare/v5.0.1...v5.0.2) (2024-11-08) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 44b87f5..4944c96 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-eslint2", - "version": "5.0.2", + "version": "5.0.3", "description": "ESLint plugin for Vite.", "keywords": [ "eslint",