From 5fb9036bac64eaec0d4e96a99fbb10a5397f943c Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Fri, 5 Jul 2024 12:02:08 +0000 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 13 ++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8277c..8f04ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v2.0.0](https://github.com/PKief/svg-icon-review/compare/v1.1.0...v2.0.0) + +> July 5, 2024 + +- Update release workflow [`75af482`](https://github.com/PKief/svg-icon-review/commit/75af482) +- Update release workflow [`af68fd3`](https://github.com/PKief/svg-icon-review/commit/af68fd3) +- Update imports for Bun.js [`05410db`](https://github.com/PKief/svg-icon-review/commit/05410db) +- Update biome settings [`f496268`](https://github.com/PKief/svg-icon-review/commit/f496268) +- Change platform to Bun.js [`b76b878`](https://github.com/PKief/svg-icon-review/commit/b76b878) +- Migrate ESLint, Prettier to Biome [`80001fb`](https://github.com/PKief/svg-icon-review/commit/80001fb) + #### [v1.1.0](https://github.com/PKief/svg-icon-review/compare/v1.0.0...v1.1.0) > March 29, 2024 diff --git a/package.json b/package.json index a9cc13f..572cd4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "svg-icon-review", "displayName": "SVG Icon Review", - "version": "1.1.0", + "version": "2.0.0", "description": "Tool to review SVG icons automatically", "main": "./lib/index.js", "module": "./lib/index.js", @@ -18,8 +18,15 @@ "prepublish": "bun run build", "version": "bun run changelog && git add CHANGELOG.md" }, - "files": ["lib/"], - "keywords": ["icons", "SVG", "Tooling", "CLI"], + "files": [ + "lib/" + ], + "keywords": [ + "icons", + "SVG", + "Tooling", + "CLI" + ], "engines": { "bun": ">=1.1.17" },