Skip to content

Commit faa4f95

Browse files
authored
Merge pull request #910 from ptarmiganlabs/release-please--branches--master--components--butler-sos
chore(master): release butler-sos 11.0.2
2 parents 6cde315 + 298a475 commit faa4f95

4 files changed

+17
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"11.0.1"}
1+
{".":"11.0.2"}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [11.0.2](https://github.com/ptarmiganlabs/butler-sos/compare/butler-sos-v11.0.1...butler-sos-v11.0.2) (2024-10-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** Pre-build binaries no longer crash in some conditions during startup ([dbaece8](https://github.com/ptarmiganlabs/butler-sos/commit/dbaece8bdd05aed20ba44e28e74915e33463e5d1)), closes [#924](https://github.com/ptarmiganlabs/butler-sos/issues/924)
9+
* **startup:** Better detection of invalid config file structure and content ([befc5ee](https://github.com/ptarmiganlabs/butler-sos/commit/befc5ee49d763b3cf4ab539b764cda589e40bd49)), closes [#925](https://github.com/ptarmiganlabs/butler-sos/issues/925)
10+
11+
12+
### Miscellaneous
13+
14+
* **deps:** Update dependencies ([6b6c965](https://github.com/ptarmiganlabs/butler-sos/commit/6b6c965e49732e03d1e42eb8da87801e2b3517bc))
15+
316
## [11.0.1](https://github.com/ptarmiganlabs/butler-sos/compare/butler-sos-v11.0.0...butler-sos-v11.0.1) (2024-09-20)
417

518

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "butler-sos",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"description": "Butler SenseOps Stats (\"Butler SOS\") is a tool that publishes operational Qlik Sense metrics to Influxdb, Prometheus, New Relic and MQTT.",
55
"main": "butler-sos.js",
66
"scripts": {

0 commit comments

Comments
 (0)