diff --git a/CHANGELOG.md b/CHANGELOG.md index 4889d89..37e3041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [0.4.3](https://git.odit.services/lfk/kiosk/compare/0.4.2...0.4.3) + +- fix(href): replaced location.replace with goto [`8959223`](https://git.odit.services/lfk/kiosk/commit/8959223016b2bbe8ebae79f55a489cc0503b3c78) + #### [0.4.2](https://git.odit.services/lfk/kiosk/compare/0.4.1...0.4.2) +> 19 April 2023 + +- 🚀Bumped version to 0.4.2 [`a3e437d`](https://git.odit.services/lfk/kiosk/commit/a3e437d9665e9ee1836770618c10adbbd1c8f7d6) - fix(hrefs): Fixed relative locations [`19c9fa3`](https://git.odit.services/lfk/kiosk/commit/19c9fa339b3ddc4adef39d5783346bfd0db904af) #### [0.4.1](https://git.odit.services/lfk/kiosk/compare/0.4.0...0.4.1) diff --git a/package.json b/package.json index d7dfdf1..261164f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lfk/kiosk", - "version": "0.4.2", + "version": "0.4.3", "private": false, "license": "MIT", "repository": "https://git.odit.services/lfk/kiosk",