Skip to content

Commit

Permalink
15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Nov 7, 2024
1 parent 04e54a8 commit 051dd4b
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 @@
# [15.0.0](https://github.com/nfroidure/svgicons2svgfont/compare/v14.0.2...v15.0.0) (2024-11-07)


### Bug Fixes

* **tests:** fix results folder creation ([6fcbc1e](https://github.com/nfroidure/svgicons2svgfont/commit/6fcbc1e9c7cf157e783527a1861c762733b3cfbb))


### Code Refactoring

* **cli:** uniformize CLI args style ([04e54a8](https://github.com/nfroidure/svgicons2svgfont/commit/04e54a8824d83575c7d4d17537e31c7c7425f83f)), closes [#167](https://github.com/nfroidure/svgicons2svgfont/issues/167)


### BREAKING CHANGES

* **cli:** CLI usages will need an update



## [14.0.2](https://github.com/nfroidure/svgicons2svgfont/compare/v14.0.1...v14.0.2) (2024-09-08)


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 @@ -25,7 +25,7 @@
}
},
"name": "svgicons2svgfont",
"version": "14.0.2",
"version": "15.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 051dd4b

Please sign in to comment.