Skip to content

Commit 043dbd1

Browse files
author
aws-toolkit-automation
committed
Update version to 1.4.0
1 parent 8fe2d27 commit 043dbd1

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.changes/1.4.0.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"date": "2019-12-02",
3+
"version": "1.4.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Added support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge"
8+
}
9+
]
10+
}

.changes/next-release/Feature-1479820a-241e-4a80-9af1-e151a029ed6d.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0 2019-12-02
2+
3+
- **Feature** Added support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge
4+
15
## 1.3.0 2019-11-22
26

37
- **Bug Fix** AWS Explorer now shows a node indicating when CloudFormation Stacks cannot be found in a region

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit for Visual Studio Code",
44
"description": "An extension for working with Amazon Web Services in Visual Studio Code",
5-
"version": "1.3.0",
5+
"version": "1.4.0",
66
"publisher": "amazonwebservices",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)