From 907f996b6fb37cdddf47f9c9355b0fcaad7e64a0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Jan 2023 14:24:12 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/PHT-Medic/station-ui/compare/v1.1.1...v1.1.2) (2023-01-26) ### Bug Fixes * check if headers already sent before setting cookie ([a8a4d8d](https://github.com/PHT-Medic/station-ui/commit/a8a4d8d8ad3d13f0625cd91f43165fe4435e37b5)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e867ffd..d45bcc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/PHT-Medic/station-ui/compare/v1.1.1...v1.1.2) (2023-01-26) + + +### Bug Fixes + +* check if headers already sent before setting cookie ([a8a4d8d](https://github.com/PHT-Medic/station-ui/commit/a8a4d8d8ad3d13f0625cd91f43165fe4435e37b5)) + ## [1.1.1](https://github.com/PHT-Medic/station-ui/compare/v1.1.0...v1.1.1) (2023-01-19)