We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7281e commit 1ad1092Copy full SHA for 1ad1092
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 0.8.1 - 2022-11-14
11
+
12
## 0.7.0 - 2022-11-04
13
14
## 0.6.0 - 2022-11-02
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@eclipsejs/cli",
3
- "version": "0.8.0",
+ "version": "0.8.1",
4
"description": "Inject environment variables on runtime",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
0 commit comments