We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b15cf0 commit e4f0529Copy full SHA for e4f0529
3 files changed
tools/apiview/emitters/typespec-apiview/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release History
2
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
+
8
## Version 0.4.6 (03-08-2024)
9
Support CrossLanguagePackageId.
10
tools/apiview/emitters/typespec-apiview/package.json
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-apiview",
- "version": "0.4.6",
+ "version": "0.4.7",
"author": "Microsoft Corporation",
"description": "Library for emitting APIView token files from TypeSpec",
"homepage": "https://github.com/Azure/azure-sdk-tools",
tools/apiview/emitters/typespec-apiview/src/version.ts
@@ -1 +1 @@
-export const LIB_VERSION = "0.4.6";
+export const LIB_VERSION = "0.4.7";
0 commit comments