diff --git a/CHANGELOG.md b/CHANGELOG.md index 169b68e..9b676b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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-pictograms-svelte/releases/tag/v12.7.0) - 2023-07-27 + +**Features** + +- upgrade `@carbon/pictograms` to v12.20.0 (net +41 pictograms) + ## [12.6.0](https://github.com/carbon-design-system/carbon-pictograms-svelte/releases/tag/v12.6.0) - 2023-07-19 **Features** diff --git a/package.json b/package.json index e43018a..dcb3464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-pictograms-svelte", - "version": "12.6.0", + "version": "12.7.0", "license": "Apache-2.0", "description": "Carbon Design System SVG pictograms as Svelte components", "svelte": "./lib/index.js",