From d3f7da9b5523424e5a5d24add0f8e5d42b9f0198 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:57:38 +0000 Subject: [PATCH] chore(main): release 1.11.3 (#109) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0500f..2f3e3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.3](https://github.com/bitfocus/companion-module-base/compare/v1.11.2...v1.11.3) (2024-12-23) + + +### Bug Fixes + +* validate that the upgrade-scripts look correct (like an array of functions) ([1416357](https://github.com/bitfocus/companion-module-base/commit/141635715b37ceb7d21a65345476dec76742dd9b)) + ## [1.11.2](https://github.com/bitfocus/companion-module-base/compare/v1.11.1...v1.11.2) (2024-11-18) diff --git a/package.json b/package.json index aaacb02..48feca2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@companion-module/base", - "version": "1.11.2", + "version": "1.11.3", "type": "commonjs", "main": "dist/index.js", "typings": "dist/index.d.ts",