From 2a58164a27888f16544f972db427bb2ef7870c6f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 Dec 2024 05:48:26 +0000 Subject: [PATCH] 3.0.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b111bc..9b0c2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -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 diff --git a/package.json b/package.json index 991e1b0..265a406 100644 --- a/package.json +++ b/package.json @@ -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",