Skip to content

Commit 64b2a99

Browse files
chore: release 3.0.1 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7f87e8 commit 64b2a99

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.0"
2+
".": "3.0.1"
33
}

CHANGELOG.md

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

3+
## [3.0.1](https://github.com/CodelyTV/typescript-primitives-type/compare/v3.0.0...v3.0.1) (2025-04-25)
4+
5+
6+
### Bug Fixes
7+
8+
* execute build on ci ([#23](https://github.com/CodelyTV/typescript-primitives-type/issues/23)) ([c7f87e8](https://github.com/CodelyTV/typescript-primitives-type/commit/c7f87e89afe7b247e34d66e047c95212edf3bff2))
9+
310
## [3.0.0](https://github.com/CodelyTV/typescript-primitives-type/compare/v2.0.0...v3.0.0) (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.0",
3+
"version": "3.0.1",
44
"description": "Type entity primitives from value objects",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)