From d984c2773d5cca0edad5be57780d7cf1ce75de94 Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Thu, 21 Jan 2021 15:57:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20changelog=20&=20bump=20?= =?UTF-8?q?version=20(#1071)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/icons/CHANGELOG.md | 6 ++++++ libraries/icons/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libraries/icons/CHANGELOG.md b/libraries/icons/CHANGELOG.md index db3a8154ba..06744e61b4 100644 --- a/libraries/icons/CHANGELOG.md +++ b/libraries/icons/CHANGELOG.md @@ -5,6 +5,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). +## [0.6.2] - 2021-01-21 + +### Fixed 🐛 + +- Icon name typo for icon `close_cricle_outlined ` -> `close_circle_outlined ` (#993) + ## [0.6.1] - 2020-12-11 ### Fixed diff --git a/libraries/icons/package.json b/libraries/icons/package.json index 9eabb2e646..ff6af6f2f0 100644 --- a/libraries/icons/package.json +++ b/libraries/icons/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-icons", - "version": "0.6.1", + "version": "0.6.2", "description": "Icons from the Equinor Design System", "main": "dist/icons.cjs.js", "module": "dist/icons.esm.js",