Skip to content

Commit 9c452c6

Browse files
committed
release: 2022-06-27, Version 3.0.0 [skip ci]
1 parent 4f06d83 commit 9c452c6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
# 2022-04-15, Version 2.2.0 (Stable)
223

324
* [[9dbe1edf07](https://github.com/logdna/tail-file-node/commit/9dbe1edf07)] - fix: `destroyOnReturn` backward compatibility for node (Darin Spivey)

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": "2.2.0",
3+
"version": "3.0.0",
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)