Skip to content

Commit 47b8c51

Browse files
chore(main): release 1.12.0
1 parent 548a27f commit 47b8c51

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/bitfocus/companion-module-base/compare/v1.11.3...v1.12.0) (2025-04-04)
4+
5+
6+
### Features
7+
8+
* Add parseEscapeCharacters, substituteEscapeCharacters utility functions ([#117](https://github.com/bitfocus/companion-module-base/issues/117)) ([a5eb609](https://github.com/bitfocus/companion-module-base/commit/a5eb609fc15d892754c833817f8e1efe1eab1594))
9+
* add permissions to manifest ([e13be3e](https://github.com/bitfocus/companion-module-base/commit/e13be3e903bae7a2d714de028698ad8d96658b1a))
10+
* add prerelease field to manifest ([29fdd86](https://github.com/bitfocus/companion-module-base/commit/29fdd8633bc95901bc40843ca64f71dfb9bf50a1))
11+
12+
13+
### Bug Fixes
14+
15+
* adjust additionalProperties of manifest schema ([b1bd70e](https://github.com/bitfocus/companion-module-base/commit/b1bd70ea28c1a6aa66b8ffdd6f3b16ad17594b80))
16+
* cleanup some deprecations ([ea2ec8d](https://github.com/bitfocus/companion-module-base/commit/ea2ec8d4358de68aacd26db8a5e90d45f7608533))
17+
318
## [1.11.3](https://github.com/bitfocus/companion-module-base/compare/v1.11.2...v1.11.3) (2024-12-23)
419

520

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@companion-module/base",
3-
"version": "1.11.3",
3+
"version": "1.12.0",
44
"type": "commonjs",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)