summaryrefslogtreecommitdiff
path: root/packages/integrations/solid/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/solid/CHANGELOG.md')
-rw-r--r--packages/integrations/solid/CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md
index bf08cebb1..af56b7807 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,11 +1,22 @@
# @astrojs/solid-js
+## 2.0.0
+
+### Major Changes
+
+- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0
+
## 2.0.0-beta.0
+<details>
+<summary>See changes in 2.0.0-beta.0</summary>
+
### Major Changes
- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0
+</details>
+
## 1.2.3
### Patch Changes