From 7d071bb3dbb1212ab4c323b5522d0cf018fd4276 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Mar 2024 12:03:32 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/cinnyapp/folds/compare/v1.5.2...v1.6.0) (2024-03-25) ### Bug Fixes * modal and button component uncertain styles ([#33](https://github.com/cinnyapp/folds/issues/33)) ([62417b9](https://github.com/cinnyapp/folds/commit/62417b981b5e8ee024f0f34167f32ca298a3737f)) ### Features * bookmark, inbox and reload icon ([#34](https://github.com/cinnyapp/folds/issues/34)) ([355a236](https://github.com/cinnyapp/folds/commit/355a236aa30b30dc62265628333c008f3ab76bcf)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b5e0e..d05453c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.6.0](https://github.com/cinnyapp/folds/compare/v1.5.2...v1.6.0) (2024-03-25) + +### Bug Fixes + +- modal and button component uncertain styles ([#33](https://github.com/cinnyapp/folds/issues/33)) ([62417b9](https://github.com/cinnyapp/folds/commit/62417b981b5e8ee024f0f34167f32ca298a3737f)) + +### Features + +- bookmark, inbox and reload icon ([#34](https://github.com/cinnyapp/folds/issues/34)) ([355a236](https://github.com/cinnyapp/folds/commit/355a236aa30b30dc62265628333c008f3ab76bcf)) + ## [1.5.2](https://github.com/cinnyapp/folds/compare/v1.5.1...v1.5.2) (2024-02-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index eb1d204..57f5a31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.5.2", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.5.2", + "version": "1.6.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index ac584a3..a5682ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.5.2", + "version": "1.6.0", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",