Skip to content

Commit 2455447

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.0...v5.0.0) (2022-12-20) ### Bug Fixes * Replace commander with simple command-line parsing ([2f140c6](2f140c6)) ### Features * Provide native ESM export ([6aa74c7](6aa74c7)) ### BREAKING CHANGES * Although the same command-line syntax is supported, replacing the parser might cause a not integhded breaking change. * Node.js 14.8 is required. Although this package should work with Node.js 12 or even Node.js 10 still well, the declaration of exports in package.json is recognised reliably by Node.js 14.8 or newer.
1 parent 2f140c6 commit 2455447

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [5.0.0](https://github.com/prantlf/nettime/compare/v4.0.0...v5.0.0) (2022-12-20)
2+
3+
4+
### Bug Fixes
5+
6+
* Replace commander with simple command-line parsing ([2f140c6](https://github.com/prantlf/nettime/commit/2f140c64fecb0d3289e76af669d8133af45b281a))
7+
8+
9+
### Features
10+
11+
* Provide native ESM export ([6aa74c7](https://github.com/prantlf/nettime/commit/6aa74c754bdee75ee8566fc5a783330e85d77e7e))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Although the same command-line syntax is supported, replacing the parser might cause a not integhded breaking change.
17+
* Node.js 14.8 is required. Although this package should work with Node.js 12 or even Node.js 10 still well, the declaration of exports in package.json is recognised reliably by Node.js 14.8 or newer.
18+
119
# [4.0.0](https://github.com/prantlf/nettime/compare/v3.0.1...v4.0.0) (2021-12-12)
220

321

@@ -257,6 +275,3 @@
257275

258276

259277
# 0.1.0 (2017-10-21)
260-
261-
262-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nettime",
33
"description": "Prints timings of a HTTP/S request, including DNS lookup, TLS handshake etc.",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"homepage": "https://github.com/prantlf/nettime",
66
"author": {
77
"name": "Ferdinand Prantl",

0 commit comments

Comments
 (0)