Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 38d41df

Browse files
chore(release): 2.0.0 [skip ci]
# [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
1 parent 9f30b77 commit 38d41df

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/simonecorsi/fine/compare/v1.4.0...v2.0.0) (2022-06-06)
2+
3+
4+
### Features
5+
6+
* exports both esm and commonjs ([6056596](https://github.com/simonecorsi/fine/commit/6056596521f4dc55e8f6762d20467a4a21db9ddb))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* ESM package with CommonJS export
12+
113
# [1.4.0](https://github.com/simonecorsi/fine/compare/v1.3.0...v1.4.0) (2022-01-18)
214

315

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scdev/fine",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "Graceful shutdown Node.js application, this module helps handling process exit signals and closing pending jobs",
55
"type": "module",
66
"types": "./src/index.d.cts",

0 commit comments

Comments
 (0)