Skip to content

Commit

Permalink
release: 2023-01-17, Version 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
logdnabot committed Jan 17, 2023
1 parent d097cbd commit c914dd2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

## [3.0.1](https://github.com/logdna/tail-file-node/compare/v3.0.0...v3.0.1) (2023-01-17)


### Chores

* Include support for `node-18` [d097cbd](https://github.com/logdna/tail-file-node/commit/d097cbde4716d211df27c834b0f2367f72fad2c3) - Darin Spivey, closes: [#32](https://github.com/logdna/tail-file-node/issues/32)
* **dep-dev**: bump eslint-config-logdna@7.0.0 [42ae9a0](https://github.com/logdna/tail-file-node/commit/42ae9a04c04cbd891c5773e6fef01ce56c75266b) - Darin Spivey, closes: [#33](https://github.com/logdna/tail-file-node/issues/33)
* **dev-dep**: Bump tap@16 [b23860e](https://github.com/logdna/tail-file-node/commit/b23860ea3f87097a32573050c16b3e41718e7643) - Darin Spivey, closes: [#33](https://github.com/logdna/tail-file-node/issues/33)

# [3.0.0](https://github.com/logdna/tail-file-node/compare/v2.2.0...v3.0.0) (2022-06-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logdna/tail-file",
"version": "3.0.0",
"version": "3.0.1",
"description": "A node.js version of unix's `tail -f` command",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit c914dd2

Please sign in to comment.