From 6b81283922829b5bff2d9cd200ec4cbf487d52f1 Mon Sep 17 00:00:00 2001 From: LogDNA Bot Date: Thu, 30 May 2024 18:33:12 +0000 Subject: [PATCH] release: 2024-05-30, Version 1.0.0 [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ package.json | 22 +++++++++++----------- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..01bdbcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +## Changelog + +# 1.0.0 (2024-05-30) + + +### Chores + +* testing and release (#4) [fd60f46](https://github.com/mezmo/mezmo-cloudwatch/commit/fd60f465ac714f15d32fb6b57ddd60767db09e07) - GitHub, closes: [#4](https://github.com/mezmo/mezmo-cloudwatch/issues/4) + + +### Miscellaneous + +* Update Jenkinsfile [29a5e95](https://github.com/mezmo/mezmo-cloudwatch/commit/29a5e95b52ddf12a7444e77f19ef873a5efc64aa) - GitHub +* Log 19900 release fix (#5) [b8c7bf1](https://github.com/mezmo/mezmo-cloudwatch/commit/b8c7bf141194a66621af66bd9a0eabb20798cad0) - GitHub, closes: [#5](https://github.com/mezmo/mezmo-cloudwatch/issues/5) +* Initial commit [7c87c46](https://github.com/mezmo/mezmo-cloudwatch/commit/7c87c46257f7ed56ee4e40083d19b7def5d04d9c) - Greg Janco diff --git a/package.json b/package.json index 65bbaca..9054da9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mezmo-cloudwatch", - "version": "0.0.0", + "version": "1.0.0", "description": "Lambda Functions to Stream Logs from AWS CloudWatch to Mezmo Pipeline", "main": "index.js", "scripts": { @@ -17,16 +17,16 @@ "extends": "semantic-release-config-logdna" }, "eslintConfig": { - "root": true - , "ignorePatterns": [ - "node_modules/" - , "coverage/" - , "deployment/" - ] - , "extends": "logdna" - , "parserOptions": { - "ecmaVersion": 2022 - , "type": "script" + "root": true, + "ignorePatterns": [ + "node_modules/", + "coverage/", + "deployment/" + ], + "extends": "logdna", + "parserOptions": { + "ecmaVersion": 2022, + "type": "script" } }, "dependencies": {