Skip to content

Commit

Permalink
- switches typescript language maturity to preview
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Mar 20, 2024
1 parent 4aec462 commit 7e521f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- PREVIEW: Moved the copy descriptions to dedicated folders. [#4310](https://github.com/microsoft/kiota/issues/4310)
- PREVIEW: Renamed the config to workspace file. [#4310](https://github.com/microsoft/kiota/issues/4310)
- Changed Csharp code generation to put braces on new lines (where it makes sense). [#4347](https://github.com/microsoft/kiota/issues/4347)
- TypeScript is now a preview language!

## [1.12.0] - 2024-03-06

Expand Down
4 changes: 2 additions & 2 deletions src/kiota/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"DependencyInstallCommand": "go get {0}@{1}"
},
"TypeScript": {
"MaturityLevel": "Experimental",
"MaturityLevel": "Preview",
"Dependencies": [
{
"Name": "@microsoft/kiota-abstractions",
Expand Down Expand Up @@ -284,4 +284,4 @@
"DependencyInstallCommand": "dotnet add package {0} --version {1}"
}
}
}
}

0 comments on commit 7e521f3

Please sign in to comment.