From 67c3ed229719a80973a597fb705452081c5b490c Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Wed, 28 Jul 2021 13:33:25 +0000 Subject: [PATCH] chore(release): 3.1.1 [skip ci] ## [3.1.1](https://github.com/qiwi/libdefkit/compare/v3.1.0...v3.1.1) (2021-07-28) ### Bug Fixes * **lockfile:** update glob-parent to v6 ([8c22813](https://github.com/qiwi/libdefkit/commit/8c22813602288051f5a1d6a8aff6cf50eac629b8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab38d57..4dbf4a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.1](https://github.com/qiwi/libdefkit/compare/v3.1.0...v3.1.1) (2021-07-28) + + +### Bug Fixes + +* **lockfile:** update glob-parent to v6 ([8c22813](https://github.com/qiwi/libdefkit/commit/8c22813602288051f5a1d6a8aff6cf50eac629b8)) + # [3.1.0](https://github.com/qiwi/libdefkit/compare/v3.0.0...v3.1.0) (2021-07-28) diff --git a/package.json b/package.json index c2166f7..a81bd02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/libdefkit", - "version": "3.1.0", + "version": "3.1.1", "private": false, "description": "Util toolset to produce single-file TS and Flow libdefs", "source": "src/main/ts/index.ts",