Skip to content

Commit fbbe346

Browse files
committed
Prepare for 10.0 release
1 parent d9563ba commit fbbe346

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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": "10.0.0-beta2",
3+
"version": "10.0.0",
44
"description": "LINQ ported to TypeScript",
55
"type": "module",
66
"main": "./commonjs/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Create Commons Attribution 4.0 International
1717
// https://github.com/dotnet/docs/blob/master/LICENSE
1818

19-
// Shared Interfacess
19+
// Shared Interfaces
2020
export * from "./types"
2121

2222
// Types and Stuff

0 commit comments

Comments
 (0)