Skip to content

Commit 367c11a

Browse files
chore(release): 5.1.1-next.1 [skip ci]
## [5.1.1-next.1](v5.1.0...v5.1.1-next.1) (2025-04-08) ### Bug Fixes * align tcp and udp sockets ([0e2cde7](0e2cde7)) * ensure udp messages are sent on close ([dbe88c6](dbe88c6))
1 parent aeee314 commit 367c11a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.1.1-next.1](https://github.com/immobiliare/dats/compare/v5.1.0...v5.1.1-next.1) (2025-04-08)
2+
3+
### Bug Fixes
4+
5+
- align tcp and udp sockets ([0e2cde7](https://github.com/immobiliare/dats/commit/0e2cde7c4747b94766a536e6a7e65ddf52a3659f))
6+
- ensure udp messages are sent on close ([dbe88c6](https://github.com/immobiliare/dats/commit/dbe88c66b6ddc133c15a2fa5d3d7d5b0d10e33f8))
7+
18
# [5.1.0](https://github.com/immobiliare/dats/compare/v5.0.2...v5.1.0) (2024-05-21)
29

310
### Bug Fixes

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": "5.1.0",
3+
"version": "5.1.1-next.1",
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)