From 643d011330456860290e9c6719b3faa7b9754c55 Mon Sep 17 00:00:00 2001 From: ccbond <1315275049@qq.com> Date: Sat, 5 Aug 2023 02:59:39 +0800 Subject: [PATCH] bump: v1.1.16 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fcf1f0..de692fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.16](https://github.com/jipitiai/askcodebase-common/compare/v1.1.15...v1.1.16) (2023-08-04) + + +### Bug Fixes + +* add score threshold ([14831d9](https://github.com/jipitiai/askcodebase-common/commit/14831d9e87d0e6bdaf5cc76955600134a7feaf2a)) + + + ## [1.1.15](https://github.com/jipitiai/askcodebase-common/compare/v1.1.14...v1.1.15) (2023-08-04) diff --git a/package.json b/package.json index 9f59d78..1b15d25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@askcodebase/common", - "version": "1.1.15", + "version": "1.1.16", "description": "Common types, definitions for AskCodebase client and server.", "main": "dist/index.js", "types": "dist/index.d.ts",