Skip to content

Commit 59b3cda

Browse files
Merge branch 'dpg_bug-fix' into release/typespec-java_0.19.3
2 parents 1d2a10f + 7e8cf70 commit 59b3cda

File tree

4 files changed

+103
-99
lines changed

4 files changed

+103
-99
lines changed

typespec-extension/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 0.19.3 (2024-08-21)
4+
5+
Compatible with compiler 0.59.
6+
37
## 0.19.2 (2024-08-21)
48

59
Compatible with compiler 0.59.

typespec-extension/package-lock.json

+94-94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typespec-extension/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-java",
3-
"version": "0.19.2",
3+
"version": "0.19.3",
44
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
55
"keywords": [
66
"TypeSpec"
@@ -71,9 +71,9 @@
7171
"@types/js-yaml": "~4.0.9",
7272
"@types/lodash": "~4.17.7",
7373
"@types/mocha": "~10.0.7",
74-
"@types/node": "~22.2.0",
75-
"@typescript-eslint/eslint-plugin": "~8.1.0",
76-
"@typescript-eslint/parser": "~8.1.0",
74+
"@types/node": "~22.4.2",
75+
"@typescript-eslint/eslint-plugin": "~8.2.0",
76+
"@typescript-eslint/parser": "~8.2.0",
7777
"@typespec/compiler": "0.59.1",
7878
"@typespec/http": "0.59.1",
7979
"@typespec/openapi": "0.59.0",

0 commit comments

Comments
 (0)