Skip to content

Commit

Permalink
Update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Dec 2, 2019
1 parent 8fe2d27 commit 043dbd1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .changes/1.4.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2019-12-02",
"version": "1.4.0",
"entries": [
{
"type": "Feature",
"description": "Added support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge"
}
]
}

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0 2019-12-02

- **Feature** Added support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge

## 1.3.0 2019-11-22

- **Bug Fix** AWS Explorer now shows a node indicating when CloudFormation Stacks cannot be found in a region
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit for Visual Studio Code",
"description": "An extension for working with Amazon Web Services in Visual Studio Code",
"version": "1.3.0",
"version": "1.4.0",
"publisher": "amazonwebservices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 043dbd1

Please sign in to comment.