From ab521144ef9a0445e706be74317b8ce1983dd077 Mon Sep 17 00:00:00 2001 From: LogDNA Bot Date: Wed, 29 Jun 2022 14:03:17 +0000 Subject: [PATCH] release: 2022-06-29, Version 2.6.6 [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e49c2..237c00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ## Changelog +## [2.6.6](https://github.com/logdna/logger-node/compare/v2.6.5...v2.6.6) (2022-06-29) + + +### Bug Fixes + +* **ci**: Specify agent label and remove `beforeAgent` [2b1e9c7](https://github.com/logdna/logger-node/commit/2b1e9c7a416bea426a199c05154e3f8ee6ed05b5) - Darin Spivey, closes: [#72](https://github.com/logdna/logger-node/issues/72) + + +### Chores + +* **deps**: eslint@8.18.0 and eslint-config-logdna@6.1.0 [38d0655](https://github.com/logdna/logger-node/commit/38d0655c3784121254b3e9032a589b2fe67e4f7e) - Darin Spivey +* **deps**: Install @logdna/commitlint-config@2.0.0 [158a5ea](https://github.com/logdna/logger-node/commit/158a5eae5e23b7b797589a8fd8f6f3206fe54fd9) - Darin Spivey, closes: [#72](https://github.com/logdna/logger-node/issues/72) +* **deps**: semantic-release@19.0.3 [9b98c4a](https://github.com/logdna/logger-node/commit/9b98c4ad32d5dd900607a90f4844e0bbb1177403) - Darin Spivey + ## [2.6.5](https://github.com/logdna/logger-node/compare/v2.6.4...v2.6.5) (2022-05-19) diff --git a/package.json b/package.json index 3fdcf46..dab01a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@logdna/logger", - "version": "2.6.5", + "version": "2.6.6", "description": "LogDNA's Node.js Logging Module.", "main": "index.js", "types": "types.d.ts",