From d7b0b330e4ab63ccbd1ff5e59e167392a578d770 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Dec 2022 17:01:17 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/cinnyapp/folds/compare/v1.0.0...v1.0.1) (2022-12-13) ### Bug Fixes * fix shieldsio badge ([b27dda1](https://github.com/cinnyapp/folds/commit/b27dda1550364288899b3d15c4de0df3c0dea5cc)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1ee9d..b8c1d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.1](https://github.com/cinnyapp/folds/compare/v1.0.0...v1.0.1) (2022-12-13) + +### Bug Fixes + +- fix shieldsio badge ([b27dda1](https://github.com/cinnyapp/folds/commit/b27dda1550364288899b3d15c4de0df3c0dea5cc)) + # 1.0.0 (2022-12-13) ### Bug Fixes diff --git a/package.json b/package.json index cc373b4..addf656 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.0.0", + "version": "1.0.1", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",