Skip to content

Commit

Permalink
version 0.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Mar 4, 2024
1 parent 821e165 commit d26e4f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions typespec-extension/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 0.13.11 (2024-03-04)

Compatible with compiler 0.53.

## 0.13.10 (2024-02-28)

Compatible with compiler 0.53.
Expand Down
4 changes: 2 additions & 2 deletions typespec-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typespec-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-java",
"version": "0.13.10",
"version": "0.13.11",
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
"keywords": [
"TypeSpec"
Expand Down
2 changes: 1 addition & 1 deletion typespec-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@azure-tools/cadl-ranch-specs": "0.31.0",
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.13.10.tgz"
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.13.11.tgz"
},
"devDependencies": {
"@typespec/prettier-plugin-typespec": "~0.53.0",
Expand Down

0 comments on commit d26e4f4

Please sign in to comment.