We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20c1d9 commit f4aeee1Copy full SHA for f4aeee1
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## [1.18.0](https://github.com/node-modules/utility/compare/v1.17.0...v1.18.0) (2023-04-26)
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "utility",
- "version": "1.18.0",
+ "version": "2.0.0",
"description": "A collection of useful utilities.",
"scripts": {
"lint": "eslint src test --ext ts",
0 commit comments