Skip to content

Commit 0ae4128

Browse files
committed
chore: release v3.0.0
* Node.js 22+ is now required * This package is now pure ESM * Replaced Mocha/Chai/Sinon with Vitest * Replaced TSLint with Oxlint * Bumped `node-dtls-client` to v2
1 parent 8840db0 commit 0ae4128

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2023 AlCalzone
3+
Copyright (c) 2017-2026 AlCalzone
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ To only reset connections and requests for a specific hostname, pass the hostnam
174174
PLACEHOLDER for next version:
175175
### __WORK IN PROGRESS__
176176
-->
177-
### __WORK IN PROGRESS__
177+
### 3.0.0 (2026-04-27)
178178
* Node.js 22+ is now required
179179
* This package is now pure ESM
180180
* Replaced Mocha/Chai/Sinon with Vitest

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": "node-coap-client",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Clientside implementation of the CoAP protocol with DTLS support.",
55
"keywords": [
66
"coap",

0 commit comments

Comments
 (0)