Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2020-09-23)

### Bug Fixes

* fix alias path ([a97422a](a97422a))
* fix dynamic type imports ([f4868f6](f4868f6))
  • Loading branch information
qiwibot committed Sep 23, 2020
1 parent f4868f6 commit 3322978
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.1](https://github.com/qiwi/libdefkit/compare/v2.0.0...v2.0.1) (2020-09-23)


### Bug Fixes

* fix alias path ([a97422a](https://github.com/qiwi/libdefkit/commit/a97422a406dfd6d2014eb9112623ee2cdb7d8cd3))
* fix dynamic type imports ([f4868f6](https://github.com/qiwi/libdefkit/commit/f4868f6387292c36f5d6f0a4462b63e05ee56bb1))

# [2.0.0](https://github.com/qiwi/libdefkit/compare/v1.1.0...v2.0.0) (2020-09-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/libdefkit",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"description": "Util toolset to produce single-file TS and Flow libdefs for Qiwi OSS projects",
"source": "src/main/ts/index.ts",
Expand Down

0 comments on commit 3322978

Please sign in to comment.