Skip to content

Commit b91b494

Browse files
committed
Prepare for release
1 parent c4f26d9 commit b91b494

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pool:
1717
vmImage: $(imageName)
1818

1919
steps:
20-
- task: NodeTool@0
20+
- task: UseNode@1
2121
inputs:
2222
versionSource: 'spec'
2323
versionSpec: 22.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linq-to-typescript",
3-
"version": "12.1.0-beta",
3+
"version": "12.1.0",
44
"description": "LINQ ported to TypeScript",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)