From 460cc3c4209f6c11559cad127be3e47b26e09ba6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Nov 2024 16:10:57 +0000 Subject: [PATCH] chore(release): 1.4.4 [skip ci] ## [1.4.4](https://github.com/supportpal/pollcast-js/compare/v1.4.3...v1.4.4) (2024-11-26) ### Bug Fixes * **deps:** bump laravel-echo from 1.15.3 to 1.17.1 ([#522](https://github.com/supportpal/pollcast-js/issues/522)) ([5088ba0](https://github.com/supportpal/pollcast-js/commit/5088ba0405073aef251c70701543a0d628ed4b29)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b67184d..917ea9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.4](https://github.com/supportpal/pollcast-js/compare/v1.4.3...v1.4.4) (2024-11-26) + + +### Bug Fixes + +* **deps:** bump laravel-echo from 1.15.3 to 1.17.1 ([#522](https://github.com/supportpal/pollcast-js/issues/522)) ([5088ba0](https://github.com/supportpal/pollcast-js/commit/5088ba0405073aef251c70701543a0d628ed4b29)) + ## [1.4.3](https://github.com/supportpal/pollcast-js/compare/v1.4.2...v1.4.3) (2024-11-21) diff --git a/package-lock.json b/package-lock.json index 277927d..8f9d89f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@supportpal/pollcast", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@supportpal/pollcast", - "version": "1.4.3", + "version": "1.4.4", "license": "MIT", "dependencies": { "laravel-echo": "^1.15.3" diff --git a/package.json b/package.json index 133e3e7..c75857b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@supportpal/pollcast", - "version": "1.4.3", + "version": "1.4.4", "description": "", "repository": { "url": "https://github.com/supportpal/pollcast-js"