Skip to content

Commit 9737e21

Browse files
authored
[Release] Increase version to 0.11.8 (#371)
1 parent 87b559d commit 9737e21

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# v0.11.6 Feb 17th, 2025
1+
# v0.11.7 Feb 24th, 2025
2+
3+
## Changelog
4+
5+
- [#369](https://github.com/nevware21/ts-utils/pull/369) Bump ts-mocha from 10.1.0 to 11.1.0
6+
- [#370](https://github.com/nevware21/ts-utils/pull/370) Add mathRound alias for Math.round
7+
8+
# v0.11.7 Feb 17th, 2025
29

310
## Changelog
411

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Install the npm packare: `npm install @nevware21/ts-utils --save`
8080
> It is suggested / recommended that you use the following definition in your `package.json` so that you are compatible with any future releases as they become available
8181
> we do not intend to make ANY known breaking changes moving forward until v2.x
8282
> ```json
83-
> "@nevware21/ts-utils": ">= 0.11.7 < 2.x"
83+
> "@nevware21/ts-utils": ">= 0.11.8 < 2.x"
8484
> ```
8585
8686
And then just import the helpers and use them.

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/ts-utils",
33
"description": "Common JavaScript/TypeScript helper functions for better minification",
4-
"version": "0.11.7",
4+
"version": "0.11.8",
55
"homepage": "https://github.com/nevware21/ts-utils",
66
"license": "MIT",
77
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/ts-utils",
33
"description": "Common JavaScript/TypeScript helper functions for better minification",
4-
"version": "0.11.7",
4+
"version": "0.11.8",
55
"homepage": "https://github.com/nevware21/ts-utils",
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)