From f1ece7721cae34c651ba09c3bf50a69983a7504b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Jun 2023 08:21:05 +0000 Subject: [PATCH] :bookmark: chore(release): v1.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.2.0](https://github.com/lobehub/lobe-lint/compare/v1.1.2...v1.2.0) (2023-06-09) ### ✨ Features * **eslint**: add eslint-plugin-unused-imports ([0eb0f4d](https://github.com/lobehub/lobe-lint/commit/0eb0f4d)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf118b5..8f40f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# [1.2.0](https://github.com/lobehub/lobe-lint/compare/v1.1.2...v1.2.0) (2023-06-09) + +### ✨ Features + +- **eslint**: add eslint-plugin-unused-imports ([0eb0f4d](https://github.com/lobehub/lobe-lint/commit/0eb0f4d)) + ## [1.1.2](https://github.com/lobehub/lobe-lint/compare/v1.1.1...v1.1.2) (2023-06-08) ### 💄 Styles diff --git a/package.json b/package.json index b30d698..375153b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/lint", - "version": "1.1.2", + "version": "1.2.0", "homepage": "https://github.com/lobehub/lobe-lint", "bugs": { "url": "https://github.com/lobehub/lobe-lint/issues/new"