chore(master): release 9.6.4

This commit is contained in:
github-actions[bot]
2023-11-25 07:30:18 +00:00
committed by GitHub
parent 920f86ace6
commit 28ac3d05bb
3 changed files with 18 additions and 3 deletions

View File

@@ -1,5 +1,20 @@
# Changelog
## [9.6.4](https://github.com/ptarmiganlabs/butler-sos/compare/v9.6.3...v9.6.4) (2023-11-25)
### Bug Fixes
* Change default Influxdb config settings to avoid startup warning ([7e9ef40](https://github.com/ptarmiganlabs/butler-sos/commit/7e9ef40b04c1a29daffdf3d64a2b02d68b8a5443))
### Miscellaneous
* **deps:** Bump setup-node to v4 ([8bda3b0](https://github.com/ptarmiganlabs/butler-sos/commit/8bda3b0ac27a2c21ff3579a87f53a47725e9283c))
* **deps:** Update dependencies to stay safe and secure ([684417a](https://github.com/ptarmiganlabs/butler-sos/commit/684417a599792c65d8e535b8ddd8ca251082b48c))
* **deps:** Update deps Snyk and Prettier ([ae5bc0c](https://github.com/ptarmiganlabs/butler-sos/commit/ae5bc0c976a72c6280cccc62d3a154363b00540b))
* Switch to Node 20 ([a4bf1bf](https://github.com/ptarmiganlabs/butler-sos/commit/a4bf1bf7788661c840615900bd8a5d14cef776a5))
## [9.6.3](https://github.com/ptarmiganlabs/butler-sos/compare/v9.6.2...v9.6.3) (2023-09-23)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "butler-sos",
"version": "9.6.3",
"version": "9.6.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "butler-sos",
"version": "9.6.3",
"version": "9.6.4",
"license": "MIT",
"dependencies": {
"@breejs/later": "^4.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "butler-sos",
"version": "9.6.3",
"version": "9.6.4",
"description": "Butler SenseOps Stats (\"Butler SOS\") is a tool that publishes operational Qlik Sense metrics to Influxdb, Prometheus, New Relic and MQTT.",
"main": "butler-sos.js",
"scripts": {