Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.8...v3.0.0) (2021-06-07)

### Performance Improvements

* repack as mjs ([c50df11](c50df11))
* update deps, migrate to mjs modules ([bb40f2b](bb40f2b))

### BREAKING CHANGES

* require Node.js >= 14
* repack as mjs, require Node.js >= 14
  • Loading branch information
qiwibot committed Jun 7, 2021
1 parent 92a0229 commit 8f1b2a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0](https://github.com/qiwi/libdefkit/compare/v2.1.8...v3.0.0) (2021-06-07)


### Performance Improvements

* repack as mjs ([c50df11](https://github.com/qiwi/libdefkit/commit/c50df11aed9ec88f21d81fdf15bcd4257f0ee058))
* update deps, migrate to mjs modules ([bb40f2b](https://github.com/qiwi/libdefkit/commit/bb40f2bab2d306c1baa37ef892dc885d26154c70))


### BREAKING CHANGES

* require Node.js >= 14
* repack as mjs, require Node.js >= 14

## [2.1.8](https://github.com/qiwi/libdefkit/compare/v2.1.7...v2.1.8) (2021-03-16)


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.1.8",
"version": "3.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 8f1b2a8

Please sign in to comment.