Skip to content

Commit 3bcba46

Browse files
Alasdair Mercerneocotic
Alasdair Mercer
authored andcommitted
roll 0.4.1
1 parent 14b39ac commit 3bcba46

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 0.4.1, 2023.08.29
2+
3+
* Add convert SVG to WEBP task
4+
* Use `sharp` package for PNG resizing to avoid errors converting/packaging to ICO files
5+
* Replace `lodash` package with `lodash-es` for better ESM support
6+
* Bump dependencies
7+
18
## Version 0.4.0, 2023.08.26
29

310
* **Breaking Change:** Switch from CommonJS to ECMAScript modules

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brander",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Tool for generating branding assets",
55
"homepage": "https://github.com/neocotic/brander",
66
"bugs": {

0 commit comments

Comments
 (0)