Skip to content

Commit 08195c0

Browse files
Release 2.2.0
[skip ci] ## [2.2.0](v2.1.0...v2.2.0) (2024-12-10) ### Features * export getDateStringParts ([#63](#63)) ([3475532](3475532))
1 parent 3475532 commit 08195c0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
310
## [2.1.0](https://github.com/node-modules/utility/compare/v2.0.0...v2.1.0) (2024-03-13)
411

512

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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A collection of useful utilities.",
55
"scripts": {
66
"lint": "eslint src test --ext ts",

0 commit comments

Comments
 (0)