Skip to content

Commit

Permalink
chore(release): publish 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio1988 committed Nov 29, 2024
1 parent 7592a40 commit 936af0a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 2.0.0 (2024-11-29)

### 🚀 Features

- ⚠️ add support for node 22 ([b25ca19](https://github.com/UnownHash/Rotom/commit/b25ca19))

### 🩹 Fixes

- fix some crashes caused by improper JSON validation ([#48](https://github.com/UnownHash/Rotom/pull/48))

### ⚠️ Breaking Changes

- drop support on node 18

### ❤️ Thank You

- Flechaa @Flechaa
- Naji Astier @na-ji
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@rotom/client",
"version": "1.0.0"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@rotom/config",
"version": "1.0.0"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/connections/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@rotom/connections",
"version": "1.0.0"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@rotom/server",
"version": "1.0.0"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@rotom/types",
"version": "1.0.0"
"version": "2.0.0"
}

0 comments on commit 936af0a

Please sign in to comment.