Skip to content

Commit e4f0529

Browse files
committed
Bump version and add changelog.
1 parent 0b15cf0 commit e4f0529

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

tools/apiview/emitters/typespec-apiview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## Version 0.4.7 (03-22-2024)
4+
Support TypeSpec string templates.
5+
Fix display issue with templated aliases.
6+
Ensure alias statements end with semicolon.
7+
38
## Version 0.4.6 (03-08-2024)
49
Support CrossLanguagePackageId.
510

tools/apiview/emitters/typespec-apiview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-apiview",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"author": "Microsoft Corporation",
55
"description": "Library for emitting APIView token files from TypeSpec",
66
"homepage": "https://github.com/Azure/azure-sdk-tools",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = "0.4.6";
1+
export const LIB_VERSION = "0.4.7";

0 commit comments

Comments
 (0)