Skip to content

Commit

Permalink
chore(master): release butler 11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindude committed Feb 18, 2024
1 parent e82b7e1 commit f15dfe5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"11.0.2"}
{".":"11.0.3"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [11.0.3](https://github.com/ptarmiganlabs/butler/compare/butler-v11.0.2...butler-v11.0.3) (2024-02-18)


### Bug Fixes

* **startup:** More consistent logging during startup ([e0cce7b](https://github.com/ptarmiganlabs/butler/commit/e0cce7b7b12bbe5136864f8721b9ddcddadc6e29)), closes [#991](https://github.com/ptarmiganlabs/butler/issues/991)
* Tidy up formatting of startup info written to logs ([c337aa1](https://github.com/ptarmiganlabs/butler/commit/c337aa1f0279f07319523b02e72685c24a83de0b)), closes [#991](https://github.com/ptarmiganlabs/butler/issues/991)


### Miscellaneous

* **deps:** Update dependencies ([fc4c34c](https://github.com/ptarmiganlabs/butler/commit/fc4c34cb96a6b9f3bd87ec2e91450e5ddc799e23))
* Optimize GH Actions for building binaries ([cfc024f](https://github.com/ptarmiganlabs/butler/commit/cfc024f0d4dab7e741eaf884c7b5a2a0deca68cf))
* Sign Win binaries with new signing solution ([e8e91d5](https://github.com/ptarmiganlabs/butler/commit/e8e91d5e8b260db9d065b55a2d83549961ac8684)), closes [#1004](https://github.com/ptarmiganlabs/butler/issues/1004)

## [11.0.2](https://github.com/ptarmiganlabs/butler/compare/v11.0.1...v11.0.2) (2024-02-01)


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": "11.0.2",
"version": "11.0.3",
"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 f15dfe5

Please sign in to comment.