Skip to content

Commit 7b4a529

Browse files
authored
Merge pull request #16 from HyperBrain/Release-0.0.4
Prepared release 0.0.4
2 parents 6a873b5 + 27514d5 commit 7b4a529

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.4
2+
- Support package and deploy [#10](https://github.com/HyperBrain/serverless-vscode/issues/10)
3+
- Support region and default configuration [#11](https://github.com/HyperBrain/serverless-vscode/issues/11)
4+
15
## 0.0.3
26
- Added API hive
37

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ The API hive shows the combined API that will eventually be deployed to API Gate
110110

111111
## Releases
112112

113+
*0.0.4*
114+
Support package and deploy [#10](https://github.com/HyperBrain/serverless-vscode/issues/10)
115+
Support region and default configuration [#11](https://github.com/HyperBrain/serverless-vscode/issues/11)
116+
113117
*0.0.3*
114118
Added API hive
115119

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "serverless-vscode",
33
"description": "Serverless integration. Lets you manage your service from within VSCode.",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"publisher": "frankschmid",
66
"author": "Frank Schmid <[email protected]>",
77
"engines": {

0 commit comments

Comments
 (0)