From a4df6c4a5e5a35e8dc4ce8c6b5dd008337a857b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 Sep 2023 00:55:03 +0000 Subject: [PATCH] chore(release): 0.13.44 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8512968..0e0542d 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. +### [0.13.44](https://github.com/Cap-go/ivs-player/compare/0.13.43...0.13.44) (2023-09-02) + + +### Bug Fixes + +* deprecated and missing position ([299df31](https://github.com/Cap-go/ivs-player/commit/299df31d71555172da8f1149e4f431024c891793)) + ### [0.13.43](https://github.com/Cap-go/ivs-player/compare/0.13.42...0.13.43) (2023-09-02) ### [0.13.42](https://github.com/Cap-go/ivs-player/compare/0.13.41...0.13.42) (2023-09-01) diff --git a/package.json b/package.json index 27d3fe2..9eb8256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/ivs-player", - "version": "0.13.43", + "version": "0.13.44", "description": "Ivs player for capacitor app", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",