Skip to content

Commit ca8a649

Browse files
chore(main): release 1.12.0
1 parent e13be3e commit ca8a649

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/bitfocus/companion-module-base/compare/v1.11.3...v1.12.0) (2025-03-21)
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+
* cleanup some deprecations ([ea2ec8d](https://github.com/bitfocus/companion-module-base/commit/ea2ec8d4358de68aacd26db8a5e90d45f7608533))
16+
317
## [1.11.3](https://github.com/bitfocus/companion-module-base/compare/v1.11.2...v1.11.3) (2024-12-23)
418

519

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)