Skip to content

Commit 3f83ad8

Browse files
chore(release): 1.25.0 [skip ci]
# [1.25.0](v1.24.2...v1.25.0) (2023-10-09) ### Bug Fixes * improved validating dates from strings ([a0d6fa1](a0d6fa1)) * ObjectId() retuns an _id string, ObjectId(some_id) will validate and thorw an error if not valid ([cb50091](cb50091)) ### Features * isValidDate() - validates the string and returns a date object or the original value ([780574b](780574b))
1 parent 70b6b7d commit 3f83ad8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.25.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.24.2...v1.25.0) (2023-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* improved validating dates from strings ([a0d6fa1](https://github.com/CoCreate-app/CoCreate-utils/commit/a0d6fa198ee0d5642bc1a51d356216f840aa7aae))
7+
* ObjectId() retuns an _id string, ObjectId(some_id) will validate and thorw an error if not valid ([cb50091](https://github.com/CoCreate-app/CoCreate-utils/commit/cb500913969cfcfd2b71c7d730b8358601ebcc2b))
8+
9+
10+
### Features
11+
12+
* isValidDate() - validates the string and returns a date object or the original value ([780574b](https://github.com/CoCreate-app/CoCreate-utils/commit/780574be515926896d3c621a0745a1f750cd7487))
13+
114
## [1.24.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.24.1...v1.24.2) (2023-09-18)
215

316

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/utils",
3-
"version": "1.24.2",
3+
"version": "1.25.0",
44
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"utils",
@@ -57,4 +57,4 @@
5757
"webpack-cli": "^4.5.0",
5858
"webpack-log": "^3.0.1"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)