We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3475532 commit 08195c0Copy full SHA for 08195c0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.2.0](https://github.com/node-modules/utility/compare/v2.1.0...v2.2.0) (2024-12-10)
4
+
5
6
+### Features
7
8
+* export getDateStringParts ([#63](https://github.com/node-modules/utility/issues/63)) ([3475532](https://github.com/node-modules/utility/commit/3475532e8e158967211a7aefaccdf71ea9bf4d88))
9
10
## [2.1.0](https://github.com/node-modules/utility/compare/v2.0.0...v2.1.0) (2024-03-13)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "utility",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "A collection of useful utilities.",
"scripts": {
"lint": "eslint src test --ext ts",
0 commit comments