Skip to content

Commit

Permalink
chore(master): release 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 28, 2024
1 parent c1c70f9 commit b8c4070
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [10.0.0](https://github.com/ptarmiganlabs/butler/compare/v9.4.0...v10.0.0) (2024-01-28)


### ⚠ BREAKING CHANGES

* Major rewrite, switching to ECMAScript instead of CJS.

### Bug Fixes

* **mqtt:** Better logging and check for cert existence ([59dc4fa](https://github.com/ptarmiganlabs/butler/commit/59dc4fa0706de5a47c2f67cf75cae3964c516732))
* **webhook:** Deal with empty webhook list wo errors ([3f42d02](https://github.com/ptarmiganlabs/butler/commit/3f42d02ba7b0a6a7afd5d03ce7983685cb1adc62)), closes [#944](https://github.com/ptarmiganlabs/butler/issues/944)


### Refactoring

* Major rewrite, switching to ECMAScript instead of CJS. ([25f0ab2](https://github.com/ptarmiganlabs/butler/commit/25f0ab2a2905e1895162c33bfb54732e526027b0)), closes [#942](https://github.com/ptarmiganlabs/butler/issues/942)

## [9.4.0](https://github.com/ptarmiganlabs/butler/compare/v9.3.2...v9.4.0) (2023-12-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "butler",
"version": "9.4.0",
"version": "10.0.0",
"description": "Superpowers for Qlik Sense. Task scheduling, key-value store, advanced alerting and more.",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
Expand Down

0 comments on commit b8c4070

Please sign in to comment.