Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
* The minimum required version of Node.js is now `14.13`
* Raised the requirement for `@zwave-js/core` and `@zwave-js/shared` to `>=10.0.0`
  • Loading branch information
AlCalzone committed Aug 25, 2022
1 parent 73c7b83 commit 5e2407d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Placeholder for next release:
## __WORK IN PROGRESS__
-->
## __WORK IN PROGRESS__
## 3.0.0 (2022-08-25)
* The minimum required version of Node.js is now `14.13`
* Raised the requirement for `@zwave-js/core` and `@zwave-js/shared` to `>=10.0.0`

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": "@zwave-js/log-transports",
"version": "2.0.2",
"version": "3.0.0",
"private": true,
"description": "A collection of log transports for node-zwave-js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/log-transport-json",
"version": "2.0.2",
"version": "3.0.0",
"description": "JSON transport for Z-Wave JS",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/logfmt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/log-transport-logfmt",
"version": "2.0.2",
"version": "3.0.0",
"description": "logfmt transport for Z-Wave JS",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 5e2407d

Please sign in to comment.