Skip to content

Commit 157c5e6

Browse files
authored
Merge pull request #44 from code-forge-io/changeset-release/main
🚀 Release PR
2 parents 8c3780c + 746f20b commit 157c5e6

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

.changeset/formatter-hang-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spritesheet-3-1-0.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# vite-plugin-icons-spritesheet
2+
3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- aad1b5b: Add `oxfmt` as a formatter option and sort SVG files in a case-insensitive manner (#40, #42)
8+
9+
### Patch Changes
10+
11+
- Fix infinite hang when the configured formatter binary is not installed — the spawn now resolves with the original content on ENOENT instead of never settling (#39)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-icons-spritesheet",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Vite plugin that generates a spritesheet and types out of your icons folder.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)