From a6ec4211159158c75723846056bcbec00299f6c3 Mon Sep 17 00:00:00 2001 From: metonym Date: Wed, 9 Oct 2024 11:02:25 -0700 Subject: [PATCH] v12.12.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3a4a7..e43879c 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.12.0](https://github.com/carbon-design-system/carbon-icons-svelte/releases/tag/v12.12.0) - 2024-10-09 + +**Features** + +- upgrade `@carbon/icons` to v11.51.0 (net +1 icon) + ## [12.11.1](https://github.com/carbon-design-system/carbon-icons-svelte/releases/tag/v12.11.1) - 2024-09-30 **Fixes** diff --git a/package.json b/package.json index 0b29860..193efc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-icons-svelte", - "version": "12.11.1", + "version": "12.12.0", "license": "Apache-2.0", "description": "Carbon Design System SVG icons as Svelte components", "svelte": "./lib/index.js",