Skip to content

Commit

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

### Code Refactoring

* migrate to dts-bundle ([d7d32cf](d7d32cf)), closes [#9](#9) [#10](#10)

### Performance Improvements

* rm temp files after each run ([eeb7c73](eeb7c73))

### BREAKING CHANGES

* cli api has been completely changed
  • Loading branch information
qiwibot committed Sep 23, 2020
1 parent eeb7c73 commit 2fac200
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.0.0](https://github.com/qiwi/libdefkit/compare/v1.1.0...v2.0.0) (2020-09-23)


### Code Refactoring

* migrate to dts-bundle ([d7d32cf](https://github.com/qiwi/libdefkit/commit/d7d32cfaba65e07a26585957aeed7e58cfbabffa)), closes [#9](https://github.com/qiwi/libdefkit/issues/9) [#10](https://github.com/qiwi/libdefkit/issues/10)


### Performance Improvements

* rm temp files after each run ([eeb7c73](https://github.com/qiwi/libdefkit/commit/eeb7c73f8a515ddba2aadd291ad71bea379c479b))


### BREAKING CHANGES

* cli api has been completely changed

# [1.1.0](https://github.com/qiwi/libdefkit/compare/v1.0.3...v1.1.0) (2020-09-18)


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": "1.1.0",
"version": "2.0.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 2fac200

Please sign in to comment.