From d9814b101b3bd3619e74d84fa232b101b776e379 Mon Sep 17 00:00:00 2001 From: Francesco Improta Date: Thu, 24 Mar 2022 15:10:54 +0100 Subject: [PATCH] Added a draft for the next release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c573aa..15a176c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +// # v1.0.0 +// This is a draft of release notes +// - Added two different Carousel components +// - Added Scroll position component +// - Added SCSS support +// - Added minified CSS +// - Added CDN support + # v0.2.1 ## Fixed - Accordion item label keyboard focus not visualized on FF and Safari (#37)