diff --git a/CHANGELOG.md b/CHANGELOG.md index 7417438cd..2c8608cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 16.3.0 (2024-09-18) + + +### Features + +* add subjects colours tokens and icons ([aeb1490](https://github.com/ZanichelliEditore/design-system/commit/aeb1490167838d010181bffac4927636f9fc119a)) + ## 16.2.2 (2024-09-16) diff --git a/package.json b/package.json index 2a3dc83d8..31286566d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zanichelli/albe-web-components", - "version": "16.2.2", + "version": "16.3.0", "description": "The Web Components implementation of Albe, the Zanichelli's design system.", "license": "MIT", "main": "dist/index.cjs.js",