We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a2dcf commit 52ebc0bCopy full SHA for 52ebc0b
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.8.0 - [January 26, 2023](https://github.com/lando/node/releases/tag/v0.8.0)
2
+ * Add support for Node 18 and 19.
3
+
4
## v0.7.0 - [December 12, 2022](https://github.com/lando/node/releases/tag/v0.7.0)
5
* Added bundle-dependencies to release process.
6
* Fixed bug in plugin dogfooding test.
package.json
@@ -1,7 +1,7 @@
{
"name": "@lando/node",
"description": "The Official Node Lando Plugin.",
- "version": "0.7.0",
+ "version": "0.8.0",
"author": "Mike Pirog @pirog",
"license": "GPL-3.0",
7
"repository": "lando/node",
0 commit comments