Skip to content

Commit

Permalink
13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jul 30, 2024
1 parent 9c4152f commit 2482806
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [13.0.0](https://github.com/nfroidure/svgicons2svgfont/compare/v12.0.0...v13.0.0) (2024-07-30)


### Bug Fixes

* **tests:** fix ci tests ([9c4152f](https://github.com/nfroidure/svgicons2svgfont/commit/9c4152f42c465db06841fd46ba02c55d4c2d6cdc))


### Code Refactoring

* **core:** complete rewrite with Typescript and modern node APIs ([e84a5ce](https://github.com/nfroidure/svgicons2svgfont/commit/e84a5ceca5c3b73662d986ffbfcadabbe8b766d8)), closes [#169](https://github.com/nfroidure/svgicons2svgfont/issues/169) [#129](https://github.com/nfroidure/svgicons2svgfont/issues/129) [#91](https://github.com/nfroidure/svgicons2svgfont/issues/91)


### BREAKING CHANGES

* **core:** Requires Node 20.11+ and ESM



# [12.0.0](https://github.com/nfroidure/svgicons2svgfont/compare/v11.0.0...v12.0.0) (2022-05-28)


Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"name": "svgicons2svgfont",
"version": "12.0.0",
"version": "13.0.0",
"description": "Read a set of SVG icons and output a SVG font",
"homepage": "https://github.com/nfroidure/svgicons2svgfont",
"main": "dist/index.js",
Expand Down

0 comments on commit 2482806

Please sign in to comment.