From a3a5309e1d04cf0e66b0830a92ba5298768d2a08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:28:00 -0500 Subject: [PATCH] chore(main): release 1.0.0 (#24) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9446539..9f2d7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://github.com/neolitec/kevlar-tabs/compare/v0.0.6...v1.0.0) (2022-12-07) + + +### Bug Fixes + +* allow tabs styling ([#23](https://github.com/neolitec/kevlar-tabs/issues/23)) ([a590c88](https://github.com/neolitec/kevlar-tabs/commit/a590c887c87e789adc7196d9fcae6981541f28ac)) + ## [0.0.6](https://github.com/neolitec/kevlar-tabs/compare/v0.0.5...v0.0.6) (2022-12-04) diff --git a/package.json b/package.json index f161ffc..d2f09b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kevlar-tabs", - "version": "0.0.6", + "version": "1.0.0", "description": "Yet another better tabs library for React", "scripts": { "ladle": "ladle serve",