From 4c05a7734a2fc783c466fdaedadad2e1a9d2863e Mon Sep 17 00:00:00 2001 From: gxmari007 <392041299@qq.com> Date: Tue, 16 Aug 2022 21:24:14 +0800 Subject: [PATCH] chore(release): 1.8.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a495706..25f658f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.8.1](https://github.com/gxmari007/vite-plugin-eslint/compare/v1.8.0...v1.8.1) (2022-08-16) + + +### Bug Fixes + +* default exclude match ([4892478](https://github.com/gxmari007/vite-plugin-eslint/commit/4892478410aa24664f89b24920d4dbd5ee139ee8)) + ## [1.8.0](https://github.com/gxmari007/vite-plugin-eslint/compare/v1.7.0...v1.8.0) (2022-08-11) diff --git a/package.json b/package.json index e61b720..afbc41c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-eslint", - "version": "1.8.0", + "version": "1.8.1", "description": "ESLint plugin for vite.", "author": "Xiang Gao", "license": "MIT",