Skip to content

Commit 51d633b

Browse files
author
aws-toolkit-automation
committed
Release 1.69.0
1 parent d88329a commit 51d633b

8 files changed

+32
-19
lines changed

.changes/1.69.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2023-04-18",
3+
"version": "1.69.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "endpoints: local file never loads if remote call hangs"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CodeCatalyst: improved efficiency by reducing unnecessary service calls #3333"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Incorrect offset icons in webviews"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "CodeCatalyst: show readme on first load of a Dev Environment"
20+
}
21+
]
22+
}

.changes/next-release/Bug Fix-4006343b-d60d-470e-a29d-ff9291704646.json

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

.changes/next-release/Bug Fix-7eceabab-8cd7-4928-8ace-3bb86f2d523d.json

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

.changes/next-release/Bug Fix-a401606f-1768-452b-967b-ba24fc834b27.json

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

.changes/next-release/Feature-865fc431-55f8-4156-b3f2-dfdcb898241e.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.69.0 2023-04-18
2+
3+
- **Bug Fix** endpoints: local file never loads if remote call hangs
4+
- **Bug Fix** CodeCatalyst: improved efficiency by reducing unnecessary service calls #3333
5+
- **Bug Fix** Incorrect offset icons in webviews
6+
- **Feature** CodeCatalyst: show readme on first load of a Dev Environment
7+
18
## 1.68.0 2023-04-13
29

310
- **Bug Fix** Dev Env Space quick pick shows all Spaces + Projects

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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",
44
"description": "Including support for CodeWhisperer, CodeCatalyst, Lambda, S3, CloudWatch Logs, and many other services",
5-
"version": "1.69.0-SNAPSHOT",
5+
"version": "1.69.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)