File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Changelog
2
+
3
+ # [ 3.0.0] ( https://github.com/logdna/tail-file-node/compare/v2.2.0...v3.0.0 ) (2022-06-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps** : Fix missing release section in package.json [ 4f06d83] ( https://github.com/logdna/tail-file-node/commit/4f06d83bc5137cb8b56f539b8d33f2c48ab6f987 ) - Darin Spivey, closes: [ #28 ] ( https://github.com/logdna/tail-file-node/issues/28 )
9
+
10
+
11
+ ### Chores
12
+
13
+ * ** deps** : Change ` commitlint ` tooling and add ` semantic-release ` [ aeb7e58] ( https://github.com/logdna/tail-file-node/commit/aeb7e584ff674d385df680b4b2c128b16692ea94 ) - Darin Spivey, closes: [ #28 ] ( https://github.com/logdna/tail-file-node/issues/28 )
14
+
15
+
16
+ ### ** BREAKING CHANGES**
17
+
18
+ * ** deps:** ` eslint@8.x ` and other dependencies no longer support
19
+ node:10, so this change officially removes support for node:10 as
20
+ we can no longer do regression testing for it.
21
+
1
22
# 2022-04-15, Version 2.2.0 (Stable)
2
23
3
24
* [[ 9dbe1edf07] ( https://github.com/logdna/tail-file-node/commit/9dbe1edf07 )] - fix: ` destroyOnReturn ` backward compatibility for node (Darin Spivey)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @logdna/tail-file" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " A node.js version of unix's `tail -f` command" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments