Skip to content

Commit

Permalink
chore: release v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Oct 19, 2024
1 parent 6b1b6a3 commit 45936e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## [5.0.0](https://github.com/ModyQyW/vite-plugin-eslint2/compare/v4.4.2...v5.0.0) (2024-10-01)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "5.0.0",
"version": "5.0.1",
"npmClient": "pnpm",
"packages": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## [5.0.0](https://github.com/ModyQyW/vite-plugin-eslint2/compare/v4.4.2...v5.0.0) (2024-10-01)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-eslint2",
"version": "5.0.0",
"version": "5.0.1",
"description": "ESLint plugin for Vite.",
"keywords": [
"eslint",
Expand Down

0 comments on commit 45936e2

Please sign in to comment.