Skip to content

Commit 5ee77df

Browse files
author
GitHub Actions
committed
2.1.0
1 parent a7e4e3c commit 5ee77df

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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+
## [2.1.0] — 2024–08–13
11+
1012
### Added
1113

1214
- The `--addMetaData` (`-m`) flag is now also available for the `icons` command. Enabling it will create an `index.css` file in the output directory, which contains registrations of custom properties with paths to icons.
@@ -75,7 +77,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
7577

7678
- Basic functionality.
7779

78-
[Unreleased]: https://github.com/firefoxic/conjure/compare/v2.0.0...HEAD
80+
[Unreleased]: https://github.com/firefoxic/conjure/compare/v2.1.0...HEAD
81+
[2.1.0]: https://github.com/firefoxic/conjure/compare/v2.0.0...v2.1.0
7982
[2.0.0]: https://github.com/firefoxic/conjure/compare/v1.0.3...v2.0.0
8083
[1.0.3]: https://github.com/firefoxic/conjure/compare/v1.0.2...v1.0.3
8184
[1.0.2]: https://github.com/firefoxic/conjure/compare/v1.0.1...v1.0.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": "2.0.0",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"author": {
77
"name": "Sergey Artemov",

0 commit comments

Comments
 (0)