From 928b95e0a1375fdd1be76dd7f89073b5eaa63800 Mon Sep 17 00:00:00 2001 From: ccbond <1315275049@qq.com> Date: Thu, 3 Aug 2023 12:12:39 +0800 Subject: [PATCH] bump: v1.1.12 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3625fe0..24e5eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.12](https://github.com/jipitiai/askcodebase-common/compare/v1.1.10...v1.1.12) (2023-08-03) + + +### Bug Fixes + +* add error env variable in index ([42fe446](https://github.com/jipitiai/askcodebase-common/commit/42fe446236af5a6772efe43403ada391cf5d52e3)) + + + ## [1.1.10](https://github.com/jipitiai/askcodebase-common/compare/v1.1.8...v1.1.10) (2023-08-03) diff --git a/package.json b/package.json index d73bc74..fc788e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@askcodebase/common", - "version": "1.1.11", + "version": "1.1.12", "description": "Common types, definitions for AskCodebase client and server.", "main": "dist/index.js", "types": "dist/index.d.ts",