Skip to content

Commit 98d3a8b

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.51
1 parent 52302cd commit 98d3a8b

6 files changed

+20
-13
lines changed

.changes/1.51.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2022-09-22",
3+
"version" : "1.51",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Resources (in AWS Explorer) can list more resource types for EC2, IoT, RDS, Redshift, NetworkManager, and other services"
7+
}, {
8+
"type" : "feature",
9+
"description" : "CodeWhisperer now supports .jsx files"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "CodeWhisperer fixes"
13+
} ]
14+
}

.changes/next-release/bugfix-9103b37e-2b6d-423c-bc00-da0205279e54.json

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

.changes/next-release/feature-5c8b45c5-56a0-460c-af5e-e4e0204f6385.json

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

.changes/next-release/feature-d7618b5b-ab48-42c3-9af4-4ebb059c2929.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _1.51_ (2022-09-22)
2+
- **(Feature)** Resources (in AWS Explorer) can list more resource types for EC2, IoT, RDS, Redshift, NetworkManager, and other services
3+
- **(Feature)** CodeWhisperer now supports .jsx files
4+
- **(Bug Fix)** CodeWhisperer fixes
5+
16
# _1.50_ (2022-08-23)
27
- **(Bug Fix)** Fix opening toolwindow tabs in incorrect thread in Cloudwatch Logs
38
- **(Bug Fix)** Fix hitting enter inside braces will produce an extra newline ([#3270](https://github.com/aws/aws-toolkit-jetbrains/issues/3270))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=1.51-SNAPSHOT
5+
toolkitVersion=1.51
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)