Skip to content

Commit

Permalink
chore(main): release 1.8.0 (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 26, 2024
1 parent 5142a62 commit 41e51d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.8.0](https://github.com/bitfocus/companion-module-base/compare/v1.7.0...v1.8.0) (2024-04-26)


### Features

* indicate support for location based variables ([4473e9b](https://github.com/bitfocus/companion-module-base/commit/4473e9bc125292c00dfeb72c53080161e85b4739))
* shared udp listener https://github.com/bitfocus/companion/issues/2399 ([#72](https://github.com/bitfocus/companion-module-base/issues/72)) ([75774b0](https://github.com/bitfocus/companion-module-base/commit/75774b05a1df4d4c2dff0245bbf2d23df0c9c0da))
* Text preset type ([#80](https://github.com/bitfocus/companion-module-base/issues/80)) ([34c03db](https://github.com/bitfocus/companion-module-base/commit/34c03db5f69dca96e00effd15e2e0aa812f00647))


### Bug Fixes

* ipc-wrapper failed when receiving a non-error failure ([fe87955](https://github.com/bitfocus/companion-module-base/commit/fe879555c2ff7be04c178bece151e05301e1180f))
* Record the missing-error-handler timers and clear them on helper destroy() ([#79](https://github.com/bitfocus/companion-module-base/issues/79)) ([5142a62](https://github.com/bitfocus/companion-module-base/commit/5142a62d532838459c1965336b2a59af26204be0))
* rename 'locationBased' to 'local' variables ([71e5b33](https://github.com/bitfocus/companion-module-base/commit/71e5b3325a5386e49ef84644479ca229f999a84a))

## [1.7.0](https://github.com/bitfocus/companion-module-base/compare/v1.6.0...v1.7.0) (2024-01-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@companion-module/base",
"version": "1.7.0",
"version": "1.8.0",
"type": "commonjs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 41e51d0

Please sign in to comment.