From 2798c68c7172c4df6df3edf1b78d30ebe5525aa8 Mon Sep 17 00:00:00 2001 From: Jan Starzak Date: Wed, 23 Oct 2024 10:48:19 +0200 Subject: [PATCH] chore(release): 1.5.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d670352..8e6a0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.5.5](https://github.com/nrkno/sorensen/compare/v1.5.4...v1.5.5) (2024-10-23) + ### [1.5.4](https://github.com/nrkno/sorensen/compare/v1.5.3...v1.5.4) (2024-10-23) ### [1.5.3](https://github.com/nrkno/sorensen/compare/v1.5.2...v1.5.3) (2024-10-22) diff --git a/package.json b/package.json index 7ea7f17..ea9b65b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sofie-automation/sorensen", - "version": "1.5.4", + "version": "1.5.5", "description": "A modern, i18n-friendly hotkey library for the Web", "main": "dist/index.js", "types": "dist/index.d.ts",