Skip to content

Commit

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

### Bug Fixes

* add .cmd to win invokes ([98fa063](98fa063))

### Features

* add win support ([3266eb1](3266eb1))

### Performance Improvements

* **package:** up deps ([90cf835](90cf835))
  • Loading branch information
qiwibot committed Sep 26, 2020
1 parent c90a294 commit 19d3991
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.1.0](https://github.com/qiwi/libdefkit/compare/v2.0.1...v2.1.0) (2020-09-26)


### Bug Fixes

* add .cmd to win invokes ([98fa063](https://github.com/qiwi/libdefkit/commit/98fa063e099d6e6836070624eec6087753cb1dbf))


### Features

* add win support ([3266eb1](https://github.com/qiwi/libdefkit/commit/3266eb19b0dbaab5a76785e9865783ea74d20099))


### Performance Improvements

* **package:** up deps ([90cf835](https://github.com/qiwi/libdefkit/commit/90cf8351287e2a0b2366b523ec8b2f6aab90a133))

## [2.0.1](https://github.com/qiwi/libdefkit/compare/v2.0.0...v2.0.1) (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.1",
"version": "2.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",
Expand Down

0 comments on commit 19d3991

Please sign in to comment.