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.4.0...v2.0.0) (2022-06-06)

### Features

* exports both esm and commonjs ([6056596](6056596))

### BREAKING CHANGES

* ESM package with CommonJS export
  • Loading branch information
semantic-release-bot committed Jun 6, 2022
1 parent 9f30b77 commit 38d41df
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/simonecorsi/fine/compare/v1.4.0...v2.0.0) (2022-06-06)


### Features

* exports both esm and commonjs ([6056596](https://github.com/simonecorsi/fine/commit/6056596521f4dc55e8f6762d20467a4a21db9ddb))


### BREAKING CHANGES

* ESM package with CommonJS export

# [1.4.0](https://github.com/simonecorsi/fine/compare/v1.3.0...v1.4.0) (2022-01-18)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scdev/fine",
"version": "1.4.0",
"version": "2.0.0",
"description": "Graceful shutdown Node.js application, this module helps handling process exit signals and closing pending jobs",
"type": "module",
"types": "./src/index.d.cts",
Expand Down

0 comments on commit 38d41df

Please sign in to comment.