From a13ff4f3594c9015b059677a6d419801d29e5ed4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:23:39 +0000 Subject: [PATCH 1/2] chore: release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b55c11f..d0ab664 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0017162 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [1.2.0](https://github.com/CodelyTV/typescript-primitives-type/compare/primitives-type-v1.1.1...primitives-type-v1.2.0) (2025-02-04) + + +### Features + +* Add support for primitives and undefined values ([b3e5364](https://github.com/CodelyTV/typescript-primitives-type/commit/b3e5364661961040fd6400ef33784c99727c1a50)) +* add support for value object array ([46e1c50](https://github.com/CodelyTV/typescript-primitives-type/commit/46e1c50dd38ce981c26f701185e4c6c84a4590c9)) +* add support to more types ([fa689b0](https://github.com/CodelyTV/typescript-primitives-type/commit/fa689b0846e3fbbbc8ea99d9d2a09d09f5279443)) +* add to primitives method to test classes ([e5c5288](https://github.com/CodelyTV/typescript-primitives-type/commit/e5c52884a942b9ff616b68c83ef94d561883cc33)) +* add unknown properties support ([#11](https://github.com/CodelyTV/typescript-primitives-type/issues/11)) ([617e4df](https://github.com/CodelyTV/typescript-primitives-type/commit/617e4df3a019875fe9f81b0f640eb011a779e827)) +* first stable version. ([c4d6a22](https://github.com/CodelyTV/typescript-primitives-type/commit/c4d6a22f8fe6240a193e0d86a5e276e75d43b3a0)) + + +### Bug Fixes + +* correct index.js path ([5526523](https://github.com/CodelyTV/typescript-primitives-type/commit/5526523016c4a79d9bed32d41dcb9504a5108cab)) +* infer each property type individually ([#9](https://github.com/CodelyTV/typescript-primitives-type/issues/9)) ([d718fb3](https://github.com/CodelyTV/typescript-primitives-type/commit/d718fb37fc89e8ff72eb440dcec7e56df92de773)) +* remove unnessary import ([#5](https://github.com/CodelyTV/typescript-primitives-type/issues/5)) ([984ca21](https://github.com/CodelyTV/typescript-primitives-type/commit/984ca2149905d0cdbb288142d02b56402dad33f3)) diff --git a/package-lock.json b/package-lock.json index 0efc563..37d1f19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codelytv/primitives-type", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@codelytv/primitives-type", - "version": "1.1.1", + "version": "1.2.0", "license": "GPL-3.0", "devDependencies": { "@types/jest": "^27.5.2", diff --git a/package.json b/package.json index b97de27..82c00f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codelytv/primitives-type", - "version": "1.1.1", + "version": "1.2.0", "description": "Type entity primitives from value objects", "keywords": [ "typescript", From 65eccb4d79b65b8fdca71f0cc9f31cb06cb25bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ferrer=20Gonz=C3=A1lez?= Date: Tue, 4 Feb 2025 11:30:23 +0100 Subject: [PATCH 2/2] docs: fix changelog to reflect actual version changes --- CHANGELOG.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0017162..e8e082f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,10 @@ ## [1.2.0](https://github.com/CodelyTV/typescript-primitives-type/compare/primitives-type-v1.1.1...primitives-type-v1.2.0) (2025-02-04) - ### Features -* Add support for primitives and undefined values ([b3e5364](https://github.com/CodelyTV/typescript-primitives-type/commit/b3e5364661961040fd6400ef33784c99727c1a50)) -* add support for value object array ([46e1c50](https://github.com/CodelyTV/typescript-primitives-type/commit/46e1c50dd38ce981c26f701185e4c6c84a4590c9)) -* add support to more types ([fa689b0](https://github.com/CodelyTV/typescript-primitives-type/commit/fa689b0846e3fbbbc8ea99d9d2a09d09f5279443)) -* add to primitives method to test classes ([e5c5288](https://github.com/CodelyTV/typescript-primitives-type/commit/e5c52884a942b9ff616b68c83ef94d561883cc33)) -* add unknown properties support ([#11](https://github.com/CodelyTV/typescript-primitives-type/issues/11)) ([617e4df](https://github.com/CodelyTV/typescript-primitives-type/commit/617e4df3a019875fe9f81b0f640eb011a779e827)) -* first stable version. ([c4d6a22](https://github.com/CodelyTV/typescript-primitives-type/commit/c4d6a22f8fe6240a193e0d86a5e276e75d43b3a0)) - +* No modifications introduced in this version. Being forced to bump the minor version due to automating the release precess. -### Bug Fixes +## Previous versions -* correct index.js path ([5526523](https://github.com/CodelyTV/typescript-primitives-type/commit/5526523016c4a79d9bed32d41dcb9504a5108cab)) -* infer each property type individually ([#9](https://github.com/CodelyTV/typescript-primitives-type/issues/9)) ([d718fb3](https://github.com/CodelyTV/typescript-primitives-type/commit/d718fb37fc89e8ff72eb440dcec7e56df92de773)) -* remove unnessary import ([#5](https://github.com/CodelyTV/typescript-primitives-type/issues/5)) ([984ca21](https://github.com/CodelyTV/typescript-primitives-type/commit/984ca2149905d0cdbb288142d02b56402dad33f3)) +* 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.