Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-05-05)

### Features

* add external modules refs corrector ([6b16beb](6b16beb))
* assemble rinf entry point ([d02ec0e](d02ec0e))
* assert required opts ([a0c4f77](a0c4f77))
* reexport flowgen and dtsgen ([ac042ae](ac042ae))
  • Loading branch information
qiwibot committed May 5, 2020
1 parent e59edad commit 2e573b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 1.0.0 (2020-05-05)


### Features

* add external modules refs corrector ([6b16beb](https://github.com/qiwi/libdefkit/commit/6b16beb6f238b74903a0735db17f15b8c474ee5e))
* assemble rinf entry point ([d02ec0e](https://github.com/qiwi/libdefkit/commit/d02ec0e19867df94383f0c78ee020a5c904c08ab))
* assert required opts ([a0c4f77](https://github.com/qiwi/libdefkit/commit/a0c4f77050865b0de128d8b8b5f321c7d7cdfade))
* reexport flowgen and dtsgen ([ac042ae](https://github.com/qiwi/libdefkit/commit/ac042ae0ac123902444eec98801b76ed79e42bd5))
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": "0.0.0",
"version": "1.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 2e573b5

Please sign in to comment.