diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7d574..1b25f88 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). +## [12.7.0](https://github.com/carbon-design-system/carbon-icons-svelte/releases/tag/v12.7.0) - 2024-05-27 + +**Features** + +- upgrade `@carbon/icons` to v11.41.0 (net +25 icons) + ## [12.6.0](https://github.com/carbon-design-system/carbon-icons-svelte/releases/tag/v12.6.0) - 2024-03-11 **Features** diff --git a/package.json b/package.json index 7f1e47d..b21c416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-icons-svelte", - "version": "12.6.0", + "version": "12.7.0", "license": "Apache-2.0", "description": "Carbon Design System SVG icons as Svelte components", "svelte": "./lib/index.js",