From 0836f6e8187287a0c86f249e4e552d68a44e4f60 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Mills Date: Wed, 3 Mar 2021 00:26:24 +0100 Subject: [PATCH] chore(release): 9.5.3 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0116f8342..538f3df45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [9.5.3](https://github.com/millsp/ts-toolbelt/compare/v9.5.1...v9.5.3) (2021-03-02) + + +### Bug Fixes + +* **f.narrow:** variance ([866ecd7](https://github.com/millsp/ts-toolbelt/commit/866ecd76744fc38244d85e7ef7b4bb90105cf7eb)) +* **fn:** allow for curried in compose ([2bc5604](https://github.com/millsp/ts-toolbelt/commit/2bc560446916b423977c25e396b4f1f310b6c03f)) + + +### Others + +* **release:** 9.5.2 ([ec4a953](https://github.com/millsp/ts-toolbelt/commit/ec4a953cabe6c4d704c0dca5f37d1dc630de047b)) + ### [9.5.2](https://github.com/millsp/ts-toolbelt/compare/v9.5.1...v9.5.2) (2021-03-01) diff --git a/package.json b/package.json index 237fae501..060b6a5ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-toolbelt", - "version": "9.5.2", + "version": "9.5.3", "description": "TypeScript's largest utility library", "keywords": [ "safe",