Skip to content

Commit 5d8d5ea

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.1...v4.0.0) (2023-02-08) ### Bug Fixes * --dry-run correct casing ([5de9798](5de9798)) * invalid namespace when using prefix ([517309f](517309f)) * upgrade autocannon from 7.9.0 to 7.10.0 ([5a4df5e](5a4df5e)) ### Features * .datsrc config file ([38588aa](38588aa)) * pin node lts ([31b1cfe](31b1cfe)) * use as a cli ([12d45bb](12d45bb)) ### BREAKING CHANGES * Engine set to Node.js 18, the package may work with older version tho
1 parent 0e81819 commit 5d8d5ea

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [4.0.0](https://github.com/immobiliare/dats/compare/v3.0.1...v4.0.0) (2023-02-08)
2+
3+
4+
### Bug Fixes
5+
6+
* --dry-run correct casing ([5de9798](https://github.com/immobiliare/dats/commit/5de9798cf67919f05af531e0b1c1ddddd903d51a))
7+
* invalid namespace when using prefix ([517309f](https://github.com/immobiliare/dats/commit/517309f47c8caa0a26b2cfcc8fb7e9b7de7ed1f6))
8+
* upgrade autocannon from 7.9.0 to 7.10.0 ([5a4df5e](https://github.com/immobiliare/dats/commit/5a4df5e6550febd35718309f943ce5c25ee44509))
9+
10+
11+
### Features
12+
13+
* .datsrc config file ([38588aa](https://github.com/immobiliare/dats/commit/38588aafdc70fb0b3000bf8c4894f134b8f22eaf))
14+
* pin node lts ([31b1cfe](https://github.com/immobiliare/dats/commit/31b1cfe389889ce2fc8317e7215f6e6211215af9))
15+
* use as a cli ([12d45bb](https://github.com/immobiliare/dats/commit/12d45bbe42635f8c929a5baa7998ec711394a165))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* Engine set to Node.js 18, the package may work with
21+
older version tho
22+
123
# [4.0.0-next.3](https://github.com/immobiliare/dats/compare/v4.0.0-next.2...v4.0.0-next.3) (2023-01-31)
224

325

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@immobiliarelabs/dats",
3-
"version": "4.0.0-next.3",
3+
"version": "4.0.0",
44
"description": "Minimalistic zero-dependencies UDP/TCP statsd client for Node.js",
55
"bin": {
66
"dats": "./dist/dats-cli.js"

0 commit comments

Comments
 (0)