diff --git a/CHANGELOG.md b/CHANGELOG.md index fec64a3..03bebd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [VersionĀ 1.8.2](https://github.com/lobehub/lobe-lint/compare/v1.8.1...v1.8.2) + +Released on **2023-07-07** + +#### šŸ› Bug Fixes + +- **eslint**: Rm env from abbreviations. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **eslint**: Rm env from abbreviations ([2d04f48](https://github.com/lobehub/lobe-lint/commit/2d04f48)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [VersionĀ 1.8.1](https://github.com/lobehub/lobe-lint/compare/v1.8.0...v1.8.1) Released on **2023-07-07** diff --git a/package.json b/package.json index cf5234e..35dd8b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/lint", - "version": "1.8.1", + "version": "1.8.2", "homepage": "https://github.com/lobehub/lobe-lint", "bugs": { "url": "https://github.com/lobehub/lobe-lint/issues/new"