diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f6879..92ff5a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/qiwi/libdefkit/compare/v1.0.3...v1.1.0) (2020-09-18) + + +### Features + +* added bash directive replacer ([#8](https://github.com/qiwi/libdefkit/issues/8)) ([be43981](https://github.com/qiwi/libdefkit/commit/be4398196a755e047c400f39fdc7a2d7daa378f8)) + ## [1.0.3](https://github.com/qiwi/libdefkit/compare/v1.0.2...v1.0.3) (2020-08-17) diff --git a/package.json b/package.json index 33d1cae..1dad611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/libdefkit", - "version": "1.0.3", + "version": "1.1.0", "private": false, "description": "Util toolset to produce single-file TS and Flow libdefs for Qiwi OSS projects", "source": "src/main/ts/index.ts",