From 4ab2dc66489c69c4772e692a6da2c7f0dc79c58d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Dec 2023 16:18:30 +0000 Subject: [PATCH] chore(release): 1.13.1 [skip ci] ## [1.13.1](https://github.com/myparcelnl/ts-utils/compare/v1.13.0...v1.13.1) (2023-12-06) ### :bug: Bug Fixes * export valueOf type so it can be used externally ([#133](https://github.com/myparcelnl/ts-utils/issues/133)) ([49d8284](https://github.com/myparcelnl/ts-utils/commit/49d8284e00abae3e1f3a618a92f3e2df80a69864)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6627b89..19ba501 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.13.1](https://github.com/myparcelnl/ts-utils/compare/v1.13.0...v1.13.1) (2023-12-06) + + +### :bug: Bug Fixes + +* export valueOf type so it can be used externally ([#133](https://github.com/myparcelnl/ts-utils/issues/133)) ([49d8284](https://github.com/myparcelnl/ts-utils/commit/49d8284e00abae3e1f3a618a92f3e2df80a69864)) + ## [1.13.0](https://github.com/myparcelnl/ts-utils/compare/v1.12.0...v1.13.0) (2023-12-06) diff --git a/package.json b/package.json index 8d86f63..5843f24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/ts-utils", - "version": "1.13.0", + "version": "1.13.1", "description": "TypeScript utilities", "keywords": [ "typescript",