From 634464adfb264fe0f6947f9a228a5a69985e75dc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Sep 2023 07:28:48 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] ## [1.12.0](https://github.com/myparcelnl/ts-utils/compare/v1.11.0...v1.12.0) (2023-09-27) ### :sparkles: New Features * **types:** add newable ([#120](https://github.com/myparcelnl/ts-utils/issues/120)) ([be0d7ae](https://github.com/myparcelnl/ts-utils/commit/be0d7aed6c6b4eb4415107853f93d72bc028d3e3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0210d8..3613e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.12.0](https://github.com/myparcelnl/ts-utils/compare/v1.11.0...v1.12.0) (2023-09-27) + + +### :sparkles: New Features + +* **types:** add newable ([#120](https://github.com/myparcelnl/ts-utils/issues/120)) ([be0d7ae](https://github.com/myparcelnl/ts-utils/commit/be0d7aed6c6b4eb4415107853f93d72bc028d3e3)) + ## [1.11.0](https://github.com/myparcelnl/ts-utils/compare/v1.10.1...v1.11.0) (2023-06-30) diff --git a/package.json b/package.json index 19922e0..c7a871c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/ts-utils", - "version": "1.11.0", + "version": "1.12.0", "description": "TypeScript utilities", "keywords": [ "typescript",