Skip to content

Commit 7cf6680

Browse files
committed
Bumping version
1 parent b5433d2 commit 7cf6680

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ yarn-debug.log*
66
yarn-error.log*
77
lerna-debug.log*
88
yarn.lock
9+
.lh
910

1011
# Diagnostic reports (https://nodejs.org/api/report.html)
1112
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ jest.config.js
55
.vscode
66
**/run*ts
77
dist/run.*
8-
*.tgz
8+
*.tgz
9+
.lh
10+
.gitpod.yml

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fromit",
33
"private": false,
4-
"version": "2.0.9",
4+
"version": "2.0.10",
55
"description": "Typescript linq",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)