From 08e76837556d723b28a3ea3ad474805623698207 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Aug 2022 08:43:55 +0200 Subject: [PATCH] chore(release): 1.1.1 ## 1.1.1 (2022-08-22) ### Bug Fixes * fix lib build distribution 4cefe63 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3f110..4a1a2fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.1 (2022-08-22) + + +### Bug Fixes + +* fix lib build distribution 4cefe63 + ## 1.1.0 (2022-08-10) diff --git a/package.json b/package.json index 8ddb0a7..444141b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-query-lightbase-codegen", "description": "Fully typed react query code generation tool based on openApi specifications", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "type": "module", "exports": "./lib/index.js",