Skip to content

Commit 66b3571

Browse files
chore: release 3.0.0 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7447dd2 commit 66b3571

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/CodelyTV/typescript-primitives-type/compare/v2.0.0...v3.0.0) (2025-04-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* convert date to iso instead of number ([#21](https://github.com/CodelyTV/typescript-primitives-type/issues/21))
9+
10+
### Features
11+
12+
* convert date to iso instead of number ([#21](https://github.com/CodelyTV/typescript-primitives-type/issues/21)) ([7447dd2](https://github.com/CodelyTV/typescript-primitives-type/commit/7447dd2019621a46b5c9a7735494d714116a2b58))
13+
314
## [2.0.0](https://github.com/CodelyTV/typescript-primitives-type/compare/v1.2.0...v2.0.0) (2025-02-04)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codelytv/primitives-type",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Type entity primitives from value objects",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)