diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c64437..a722a09 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.3.5](https://github.com/creasico/laravel-package/compare/v0.3.4...v0.3.5) (2024-03-19) + + +### Bug Fixes + +* fix issue regarding browserstack instance ([8ac419c](https://github.com/creasico/laravel-package/commit/8ac419ccd851bf82fd52db39c269c8632dfd2a00)) + ### [0.3.4](https://github.com/creasico/laravel-package/compare/v0.3.3...v0.3.4) (2024-03-19) diff --git a/package.json b/package.json index e94c65b..9195d5b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.4", + "version": "0.3.5", "private": true, "packageManager": "pnpm@8.5.0", "author": "Creasi Developers ",