From 49fd03f71941bc48573538a3b4627afa30f1f2bb Mon Sep 17 00:00:00 2001 From: firefoxic Date: Thu, 13 Jun 2024 19:14:08 +0300 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0948189..acc5e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and  ## [Unreleased] +## [2.0.0] — 2024–06–13 + ### Changed - The `favicons` command no longer depends on the following options: @@ -68,7 +70,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and  - Basic functionality. -[Unreleased]: https://github.com/firefoxic/conjure/compare/v1.0.3...HEAD +[Unreleased]: https://github.com/firefoxic/conjure/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/firefoxic/conjure/compare/v1.0.3...v2.0.0 [1.0.3]: https://github.com/firefoxic/conjure/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/firefoxic/conjure/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/firefoxic/conjure/compare/v1.0.0...v1.0.1 diff --git a/package.json b/package.json index b8e4311..c5757de 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": "1.0.3", + "version": "2.0.0", "license": "MIT", "author": { "name": "Sergey Artemov",