Skip to content

Commit d3f0d6b

Browse files
chore: release 2.0.0 (#20)
* chore: release 2.0.0 * docs: remove incorrect new fixes and features --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rafa Gómez <rgomezcasas@gmail.com>
1 parent ef67669 commit d3f0d6b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/CodelyTV/typescript-primitives-type/compare/v1.2.0...v2.0.0) (2025-02-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* convert Date type to number ([#18](https://github.com/CodelyTV/typescript-primitives-type/issues/18))
9+
310
## [1.2.0](https://github.com/CodelyTV/typescript-primitives-type/compare/primitives-type-v1.1.1...primitives-type-v1.2.0) (2025-02-04)
411

512
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)