diff --git a/CHANGELOG.md b/CHANGELOG.md index a098b32..782e66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.1] 2023-01-16 + +### Added +- Support Duotone icons +- Automatically fetch deprecated icons + ## [1.2.0] 2022-09-29 Fomantic-UI 2.9.0+ support only. If you need this script for FUI <= 2.8.8 or SUI, use 1.1.0 instead diff --git a/package.json b/package.json index f769403..41f204e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-fomantic-icons", - "version": "1.2.0", + "version": "1.2.1", "description": "A simple CLI to generate the icon.variables and icon.html.eco files for FUI", "author": "Sean Hamilton ", "license": "MIT",