Skip to content

Commit 2a58164

Browse files
author
GitHub Actions
committed
3.0.1
1 parent 1c338f4 commit 2a58164

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
77

88
## [Unreleased]
99

10+
## [3.0.1] — 2024–12–25
11+
1012
### Fixed
1113

1214
- The `maxDensity` field in metadata files when `-max-density 1` is specified now gets the correct value instead of the erroneous `null`.
@@ -111,7 +113,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
111113

112114
- Basic functionality.
113115

114-
[Unreleased]: https://github.com/firefoxic/conjure/compare/v3.0.0...HEAD
116+
[Unreleased]: https://github.com/firefoxic/conjure/compare/v3.0.1...HEAD
117+
[3.0.1]: https://github.com/firefoxic/conjure/compare/v3.0.0...v3.0.1
115118
[3.0.0]: https://github.com/firefoxic/conjure/compare/v2.1.3...v3.0.0
116119
[2.1.3]: https://github.com/firefoxic/conjure/compare/v2.1.2...v2.1.3
117120
[2.1.2]: https://github.com/firefoxic/conjure/compare/v2.1.1...v2.1.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@firefoxic/conjure",
33
"description": "🪄 Conjure images, icons and favicons for your frontend project.",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"license": "MIT",
66
"author": {
77
"name": "Sergey Artemov",

0 commit comments

Comments
 (0)