From 3c3c3eeaa5b5fa4fa307dc79706da387b21bcd73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:19:51 +0100 Subject: [PATCH] chore(release): v8.1.2 (#542) Co-authored-by: github-actions --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9639bf..ea98057e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [8.1.2](https://github.com/GetStream/stream-js/compare/v8.1.1...v8.1.2) (2023-02-15) + + +### Bug Fixes + +* **utils:** failing TS check ([#537](https://github.com/GetStream/stream-js/issues/537)) ([bb21585](https://github.com/GetStream/stream-js/commit/bb2158506e56b049407d123505e581b72b9b0ded)) + ### [8.1.1](https://github.com/GetStream/stream-js/compare/v8.1.0...v8.1.1) (2023-02-14) ### Chore diff --git a/package.json b/package.json index 2fb2f80b..0725a9bd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "homepage": "https://getstream.io/docs/?language=js", "email": "support@getstream.io", "license": "BSD-3-Clause", - "version": "8.1.1", + "version": "8.1.2", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint",