@logdna/logger
Advanced tools
Comparing version 2.6.5 to 2.6.6
## 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) | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@logdna/logger", | ||
"version": "2.6.5", | ||
"version": "2.6.6", | ||
"description": "LogDNA's Node.js Logging Module.", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"lint": "eslint .", | ||
"pretest": "npm run lint", | ||
"pretest": "npm run lint && npm run commitlint", | ||
"test": "tap", | ||
@@ -18,3 +18,4 @@ "pretest:ci": "npm run lint", | ||
"release": "semantic-release", | ||
"release:dry": "semantic-release --dry-run --no-ci --branches=${BRANCH_NAME:-main}" | ||
"release:dry": "semantic-release --dry-run --no-ci --branches=${BRANCH_NAME:-main}", | ||
"commitlint": "commitlint --from=origin/main --to=HEAD" | ||
}, | ||
@@ -77,2 +78,7 @@ "files": [ | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@logdna/commitlint-config" | ||
] | ||
}, | ||
"tap": { | ||
@@ -111,6 +117,8 @@ "100": true, | ||
"devDependencies": { | ||
"eslint": "^7.32.0", | ||
"eslint-config-logdna": "^5.1.0", | ||
"@logdna/commitlint-config": "^2.0.0", | ||
"commitlint": "^17.0.3", | ||
"eslint": "^8.18.0", | ||
"eslint-config-logdna": "^6.1.0", | ||
"nock": "^13.1.3", | ||
"semantic-release": "^17.4.7", | ||
"semantic-release": "^19.0.3", | ||
"semantic-release-config-logdna": "^1.3.0", | ||
@@ -117,0 +125,0 @@ "tap": "^15.0.9", |
@@ -50,2 +50,3 @@ <p align="center"> | ||
* **[License](#license)** | ||
* **[Contributing](#contributing)** | ||
@@ -617,2 +618,12 @@ ## Migrating From Other Versions | ||
## Contributing | ||
This project is open-sourced, and accepts PRs from the public for bugs or feature | ||
enhancements. These are the guidelines for contributing: | ||
* The project uses [Commitlint][] and enforces [Conventional Commit Standard][]. Please format your commits based on these guidelines. | ||
* An [issue must be opened](https://github.com/logdna/logger-node/issues) in the repository for any bug, feature, or anything else that will have a PR | ||
* The commit message must reference the issue with an [acceptable action tag](https://github.com/logdna/commitlint-config/blob/41aef3b69f292e39fb41a5ef24bcd7043e0fceb3/index.js#L12-L20) in the commit footer, e.g. `Fixes: #5` | ||
[`<Boolean>`]: https://mdn.io/boolean | ||
@@ -626,2 +637,4 @@ [`<Number>`]: https://mdn.io/number | ||
[`<Error>`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error | ||
[Commitlint]: https://commitlint.js.org | ||
[Conventional Commit Standard]: https://www.conventionalcommits.org/en/v1.0.0/ | ||
@@ -628,0 +641,0 @@ ## Contributors ✨ |
85600
663
10