Skip to content

Commit 03f11d0

Browse files
committed
release: 2024-04-11, Version 4.0.2 [skip ci]
1 parent 9a26854 commit 03f11d0

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Changelog
22

3+
## [4.0.2](https://github.com/logdna/tail-file-node/compare/v4.0.1...v4.0.2) (2024-04-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci**: Skip release:dry for forks and call commitlint [9a26854](https://github.com/logdna/tail-file-node/commit/9a26854f0d358a6ebf21b57557fa02dd87196fe9) - Darin Spivey, closes: [#46](https://github.com/logdna/tail-file-node/issues/46)
9+
10+
11+
### Miscellaneous
12+
13+
* Fix docs on return value of `quit` [6491654](https://github.com/logdna/tail-file-node/commit/6491654ed82db2a618d43a7bd30c7de3dbd8d602) - Darin Spivey
14+
315
## [4.0.1](https://github.com/logdna/tail-file-node/compare/v4.0.0...v4.0.1) (2024-03-14)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logdna/tail-file",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A node.js version of unix's `tail -f` command",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)