Skip to content

Commit 0063040

Browse files
chore: release 3.1.0 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bd0c4b6 commit 0063040

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-
".": "3.0.2"
2+
".": "3.1.0"
33
}

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/CodelyTV/typescript-primitives-type/compare/v3.0.2...v3.1.0) (2025-04-25)
4+
5+
6+
### Features
7+
8+
* export iso date time ([#27](https://github.com/CodelyTV/typescript-primitives-type/issues/27)) ([bd0c4b6](https://github.com/CodelyTV/typescript-primitives-type/commit/bd0c4b6a54fa64194db753f0c72295eb9d5954a2))
9+
310
## [3.0.2](https://github.com/CodelyTV/typescript-primitives-type/compare/v3.0.1...v3.0.2) (2025-04-25)
411

512

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": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Type entity primitives from value objects",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)