Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 5, 2024
1 parent 75af482 commit 5fb9036
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 5fb9036

Please sign in to comment.