Skip to content

Commit 064402a

Browse files
committed
commit to trigger ci
skip-checks: true
1 parent beaa558 commit 064402a

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0-alpha.1

docs/interfaces/ArrayExtensions.Array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Returns true if the length of the array is 0.
3939

4040
#### Defined in
4141

42-
[array.ts:17](https://github.com/KamaranL/js-stdlib-extensions/blob/4b1c08d/src/ext/array.ts#L17)
42+
[array.ts:17](https://github.com/KamaranL/js-stdlib-extensions/blob/f84b085/src/ext/array.ts#L17)

docs/interfaces/ObjectExtensions.ObjectConstructor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Object.flatMap({
111111

112112
#### Defined in
113113

114-
[object.ts:82](https://github.com/KamaranL/js-stdlib-extensions/blob/4b1c08d/src/ext/object.ts#L82)
114+
[object.ts:82](https://github.com/KamaranL/js-stdlib-extensions/blob/f84b085/src/ext/object.ts#L82)
115115

116116
___
117117

@@ -146,7 +146,7 @@ Object.isEmpty({})
146146

147147
#### Defined in
148148

149-
[object.ts:99](https://github.com/KamaranL/js-stdlib-extensions/blob/4b1c08d/src/ext/object.ts#L99)
149+
[object.ts:99](https://github.com/KamaranL/js-stdlib-extensions/blob/f84b085/src/ext/object.ts#L99)
150150

151151
___
152152

@@ -236,4 +236,4 @@ Object.sort({
236236

237237
#### Defined in
238238

239-
[object.ts:168](https://github.com/KamaranL/js-stdlib-extensions/blob/4b1c08d/src/ext/object.ts#L168)
239+
[object.ts:168](https://github.com/KamaranL/js-stdlib-extensions/blob/f84b085/src/ext/object.ts#L168)

docs/interfaces/StringExtensions.String.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ substitution.
4242

4343
#### Defined in
4444

45-
[string.ts:21](https://github.com/KamaranL/js-stdlib-extensions/blob/4b1c08d/src/ext/string.ts#L21)
45+
[string.ts:21](https://github.com/KamaranL/js-stdlib-extensions/blob/f84b085/src/ext/string.ts#L21)
4646

4747
___
4848

@@ -65,7 +65,7 @@ Returns true if the length of the string is 0.
6565

6666
#### Defined in
6767

68-
[string.ts:30](https://github.com/KamaranL/js-stdlib-extensions/blob/4b1c08d/src/ext/string.ts#L30)
68+
[string.ts:30](https://github.com/KamaranL/js-stdlib-extensions/blob/f84b085/src/ext/string.ts#L30)
6969

7070
___
7171

@@ -111,4 +111,4 @@ SINGLE true`.toObject({separator: ' ', callbackFn: ([k, v]) => [k.toLowerCase(),
111111

112112
#### Defined in
113113

114-
[string.ts:57](https://github.com/KamaranL/js-stdlib-extensions/blob/4b1c08d/src/ext/string.ts#L57)
114+
[string.ts:57](https://github.com/KamaranL/js-stdlib-extensions/blob/f84b085/src/ext/string.ts#L57)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-stdlib-extensions",
3-
"version": "1.0.0",
3+
"version": "1.1.0-alpha.1",
44
"description": "JavaScript standard library extensions",
55
"main": "./dist/index.js",
66
"types": "./@types/index.d.ts",

0 commit comments

Comments
 (0)