Skip to content

Commit

Permalink
Updating version to 1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Sep 22, 2022
1 parent 52302cd commit 98d3a8b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .changes/1.51.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date" : "2022-09-22",
"version" : "1.51",
"entries" : [ {
"type" : "feature",
"description" : "Resources (in AWS Explorer) can list more resource types for EC2, IoT, RDS, Redshift, NetworkManager, and other services"
}, {
"type" : "feature",
"description" : "CodeWhisperer now supports .jsx files"
}, {
"type" : "bugfix",
"description" : "CodeWhisperer fixes"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# _1.51_ (2022-09-22)
- **(Feature)** Resources (in AWS Explorer) can list more resource types for EC2, IoT, RDS, Redshift, NetworkManager, and other services
- **(Feature)** CodeWhisperer now supports .jsx files
- **(Bug Fix)** CodeWhisperer fixes

# _1.50_ (2022-08-23)
- **(Bug Fix)** Fix opening toolwindow tabs in incorrect thread in Cloudwatch Logs
- **(Bug Fix)** Fix hitting enter inside braces will produce an extra newline ([#3270](https://github.com/aws/aws-toolkit-jetbrains/issues/3270))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=1.51-SNAPSHOT
toolkitVersion=1.51

# Publish Settings
publishToken=
Expand Down

0 comments on commit 98d3a8b

Please sign in to comment.