Skip to content

Commit 0ebab58

Browse files
committed
release: 2024-03-14, Version 4.0.1 [skip ci]
1 parent 52dd185 commit 0ebab58

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [4.0.1](https://github.com/logdna/tail-file-node/compare/v4.0.0...v4.0.1) (2024-03-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **pkg**: Set `license` in `package.json` accurately [52dd185](https://github.com/logdna/tail-file-node/commit/52dd185ea6f9bc51c881e8681c6e9da357c3ab8b) - Darin Spivey, closes: [#43](https://github.com/logdna/tail-file-node/issues/43)
9+
310
# [4.0.0](https://github.com/logdna/tail-file-node/compare/v3.0.1...v4.0.0) (2024-02-13)
411

512

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.0",
3+
"version": "4.0.1",
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)