Skip to content

Commit

Permalink
release: 2024-05-30, Version 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
logdnabot committed May 30, 2024
1 parent 29a5e95 commit 6b81283
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Changelog

# 1.0.0 (2024-05-30)


### Chores

* testing and release (#4) [fd60f46](https:/mezmo/mezmo-cloudwatch/commit/fd60f465ac714f15d32fb6b57ddd60767db09e07) - GitHub, closes: [#4](https:/mezmo/mezmo-cloudwatch/issues/4)


### Miscellaneous

* Update Jenkinsfile [29a5e95](https:/mezmo/mezmo-cloudwatch/commit/29a5e95b52ddf12a7444e77f19ef873a5efc64aa) - GitHub
* Log 19900 release fix (#5) [b8c7bf1](https:/mezmo/mezmo-cloudwatch/commit/b8c7bf141194a66621af66bd9a0eabb20798cad0) - GitHub, closes: [#5](https:/mezmo/mezmo-cloudwatch/issues/5)
* Initial commit [7c87c46](https:/mezmo/mezmo-cloudwatch/commit/7c87c46257f7ed56ee4e40083d19b7def5d04d9c) - Greg Janco
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit 6b81283

Please sign in to comment.