Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 25, 2024
1 parent 1c338f4 commit 2a58164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 

## [Unreleased]

## [3.0.1] — 2024–12–25

### Fixed

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

- Basic functionality.

[Unreleased]: https://github.com/firefoxic/conjure/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/firefoxic/conjure/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/firefoxic/conjure/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/firefoxic/conjure/compare/v2.1.3...v3.0.0
[2.1.3]: https://github.com/firefoxic/conjure/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/firefoxic/conjure/compare/v2.1.1...v2.1.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@firefoxic/conjure",
"description": "🪄 Conjure images, icons and favicons for your frontend project.",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"author": {
"name": "Sergey Artemov",
Expand Down

0 comments on commit 2a58164

Please sign in to comment.