diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ed98a..6248fbd 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. +### [1.4.3](https://github.com/nrkno/sorensen/compare/v1.4.2...v1.4.3) (2024-08-12) + + +### Bug Fixes + +* add additional check for navigator.keyboard ([87516cc](https://github.com/nrkno/sorensen/commit/87516cc22823931d680644bcbb24c4dde181a273)) + ### [1.4.2](https://github.com/nrkno/sorensen/compare/v1.4.1...v1.4.2) (2022-05-05) diff --git a/package.json b/package.json index c0aa7e5..f76d581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sofie-automation/sorensen", - "version": "1.4.2", + "version": "1.4.3", "description": "A modern, i18n-friendly hotkey library for the Web", "main": "dist/sorensen.js", "types": "dist/index.d.ts",