Skip to content

Commit fda0665

Browse files
author
Frank Schmid
committed
Prepared release: 1.0.0
1 parent 2397935 commit fda0665

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.0
2+
- Parallel execution of serverless commands should be blocked [#17](https://github.com/HyperBrain/serverless-vscode/issues/17)
3+
14
## 0.0.4
25
- Support package and deploy [#10](https://github.com/HyperBrain/serverless-vscode/issues/10)
36
- Support region and default configuration [#11](https://github.com/HyperBrain/serverless-vscode/issues/11)

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,4 @@ 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-
117-
*0.0.3*
118-
Added API hive
119-
120-
*0.0.2*
121-
Initial alpha release
113+
See the CHANGELOG.md file.

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.4",
4+
"version": "1.0.0",
55
"publisher": "frankschmid",
66
"author": "Frank Schmid <[email protected]>",
77
"engines": {

0 commit comments

Comments
 (0)