Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Aug 12, 2024
1 parent 73cf876 commit 184210a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [3.0.0](https://github.com/nfroidure/svgfont2svgicons/compare/v2.0.0...v3.0.0) (2024-08-12)


### chore

* **dependencies:** update dependencies ([73cf876](https://github.com/nfroidure/svgfont2svgicons/commit/73cf876ed2cb29b2376204c51f5f168bb82e9963))


### BREAKING CHANGES

* **dependencies:** Requires Node 20.11+ and ESM.



4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
},
"name": "svgfont2svgicons",
"version": "2.0.0",
"version": "3.0.0",
"description": "Extract SVG icons from an SVG font",
"homepage": "https://github.com/nfroidure/svgfont2svgicons",
"main": "dist/index.js",
Expand Down Expand Up @@ -176,4 +176,4 @@
},
"type": "module",
"types": "dist/index.d.ts"
}
}

0 comments on commit 184210a

Please sign in to comment.