Skip to content

Commit 421111c

Browse files
authored
[Release] Increase version to 0.11.7 (#368)
1 parent 157a019 commit 421111c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v0.11.6 Feb 17th, 2025
2+
3+
## Changelog
4+
5+
- [#366](https://github.com/nevware21/ts-utils/issues/366) [Bug] getWritableLazy() intriduced in 0.9.4 has not been exported
6+
- [#353](https://github.com/nevware21/ts-utils/pull/353) Bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.0
7+
- [#355](https://github.com/nevware21/ts-utils/pull/355) Bump puppeteer from 23.11.1 to 24.0.0
8+
- [#356](https://github.com/nevware21/ts-utils/pull/356) Bump glob from 11.0.0 to 11.0.1
9+
110
# v0.11.6 Dec 12th, 2024
211

312
## Changelog

README.md

+1-1
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.6 < 2.x"
83+
> "@nevware21/ts-utils": ">= 0.11.7 < 2.x"
8484
> ```
8585
8686
And then just import the helpers and use them.

lib/package.json

+1-1
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.6",
4+
"version": "0.11.7",
55
"homepage": "https://github.com/nevware21/ts-utils",
66
"license": "MIT",
77
"author": {

package.json

+1-1
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.6",
4+
"version": "0.11.7",
55
"homepage": "https://github.com/nevware21/ts-utils",
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)