Skip to content

Commit aa0563d

Browse files
github-actions[bot]JavierCaneRafa Gómez
authored
chore: release 1.2.0 (#14)
* chore: release 1.2.0 * docs: fix changelog to reflect actual version changes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Javier Ferrer González <javier.ferrer@codely.com> Co-authored-by: Rafa Gómez <rafa.gomez@codely.com>
1 parent a417294 commit aa0563d

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [1.2.0](https://github.com/CodelyTV/typescript-primitives-type/compare/primitives-type-v1.1.1...primitives-type-v1.2.0) (2025-02-04)
4+
5+
### Features
6+
7+
* No modifications introduced in this version. Being forced to bump the minor version due to automating the release precess.
8+
9+
## Previous versions
10+
11+
* We started automating the changelog generation and release process in this version 1.2.0, but have been using Semantic Versioning since the initial release of this library.

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

0 commit comments

Comments
 (0)