Skip to content

Commit f4aeee1

Browse files
Release 2.0.0
[skip ci] ## [2.0.0](v1.18.0...v2.0.0) (2024-01-13) ### ⚠ BREAKING CHANGES * drop Node.js < 16 support ### Features * refactor using typescript ([#60](#60)) ([e20c1d9](e20c1d9))
1 parent e20c1d9 commit f4aeee1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/node-modules/utility/compare/v1.18.0...v2.0.0) (2024-01-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 16 support
9+
10+
### Features
11+
12+
* refactor using typescript ([#60](https://github.com/node-modules/utility/issues/60)) ([e20c1d9](https://github.com/node-modules/utility/commit/e20c1d9702912f5ebc6f3c038bf98338176d4f53))
13+
314
## [1.18.0](https://github.com/node-modules/utility/compare/v1.17.0...v1.18.0) (2023-04-26)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "utility",
3-
"version": "1.18.0",
3+
"version": "2.0.0",
44
"description": "A collection of useful utilities.",
55
"scripts": {
66
"lint": "eslint src test --ext ts",

0 commit comments

Comments
 (0)