From 7047ec80cadc42416542f93540da2497681c0a30 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Fri, 16 Sep 2022 09:52:41 -0700 Subject: [PATCH] v11.3.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1e6b7..ecb98fe 100644 --- a/CHANGELOG.md +++ b/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). +## [11.3.0](https://github.com/carbon-design-system/carbon-icons-svelte/releases/tag/v11.3.0) - 2022-09-16 + +**Features** + +- upgrade `@carbon/icons` to v11.8.0 (net +59 icons) + ## [11.2.0](https://github.com/carbon-design-system/carbon-icons-svelte/releases/tag/v11.2.0) - 2022-07-22 **Features** diff --git a/package.json b/package.json index de4f0e4..2958caf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-icons-svelte", - "version": "11.2.0", + "version": "11.3.0", "license": "Apache-2.0", "description": "Carbon Design System SVG icons as Svelte components", "svelte": "./lib/index.js",