From 0f42e8b9f1abebb7c45dc19d1e42f8ce68a66f56 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 19 Feb 2024 19:52:10 -0800 Subject: [PATCH] v12.5.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2142eb0..9f996bb 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.5.0](https://github.com/carbon-design-system/carbon-icons-svelte/releases/tag/v12.5.0) - 2024-02-16 + +**Features** + +- upgrade `@carbon/icons` to v11.36.0 (net +4 icons) + ## [12.4.2](https://github.com/carbon-design-system/carbon-icons-svelte/releases/tag/v12.4.2) - 2023-12-16 **Fixes** diff --git a/package.json b/package.json index 5ba6c6d..cbd05d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-icons-svelte", - "version": "12.4.2", + "version": "12.5.0", "license": "Apache-2.0", "description": "Carbon Design System SVG icons as Svelte components", "svelte": "./lib/index.js",