Skip to content

Commit 1b32e5b

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.46
1 parent 9a70b86 commit 1b32e5b

6 files changed

+20
-13
lines changed

.changes/1.46.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2022-06-28",
3+
"version" : "1.46",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Nodejs16.x Lambda runtime support"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix broken user UI due to 'Enter' handler override (#3193)"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix SSM plugin install on deb/rpm systems (#3130)"
13+
} ]
14+
}

.changes/next-release/bugfix-52c4d5ae-f25b-4758-952c-1dd6c3b63ac3.json

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

.changes/next-release/bugfix-cf3f684a-4122-47ad-9a7b-368936638d85.json

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

.changes/next-release/feature-2c1cb3a3-30d7-4219-b2fc-839c90628c4c.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.46_ (2022-06-28)
2+
- **(Feature)** Nodejs16.x Lambda runtime support
3+
- **(Bug Fix)** Fix broken user UI due to 'Enter' handler override ([#3193](https://github.com/aws/aws-toolkit-jetbrains/issues/3193))
4+
- **(Bug Fix)** Fix SSM plugin install on deb/rpm systems ([#3130](https://github.com/aws/aws-toolkit-jetbrains/issues/3130))
5+
16
# _1.45_ (2022-06-23)
27
- **(Feature)** [CodeWhisperer](https://aws.amazon.com/codewhisperer) uses machine learning to generate code suggestions from the existing code and comments in your IDE. Supported languages include: Java, Python, and JavaScript.
38
- **(Feature)** Added 2022.2 support

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.46-SNAPSHOT
5+
toolkitVersion=1.46
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)