Skip to content

Commit 11cb368

Browse files
chore(main): release 7.0.0 (#67)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 91b330d commit 11cb368

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"6.0.1"}
1+
{".":"7.0.0"}

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## [7.0.0](https://github.com/voxpelli/node-bunyan-adaptor/compare/v6.0.1...v7.0.0) (2025-02-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* require TS >=5.7
9+
* require node >=18
10+
11+
### 🧹 Chores
12+
13+
* **deps:** update dependency @voxpelli/eslint-config to ^20.0.1 ([#33](https://github.com/voxpelli/node-bunyan-adaptor/issues/33)) ([c953e2b](https://github.com/voxpelli/node-bunyan-adaptor/commit/c953e2bed6f36f3753cfef1994c527e48217833d))
14+
* **deps:** update dependency @voxpelli/eslint-config to v22 ([#73](https://github.com/voxpelli/node-bunyan-adaptor/issues/73)) ([ab6d6e6](https://github.com/voxpelli/node-bunyan-adaptor/commit/ab6d6e62647532280efb131a54fdf95496c062b8))
15+
* **deps:** update dependency husky to ^9.1.0 ([#60](https://github.com/voxpelli/node-bunyan-adaptor/issues/60)) ([abc051b](https://github.com/voxpelli/node-bunyan-adaptor/commit/abc051bf6bf9cfd0f77d0d07a8e44eced79d02b8))
16+
* **deps:** update dependency linemod to ^2.0.1 ([#69](https://github.com/voxpelli/node-bunyan-adaptor/issues/69)) ([d36d417](https://github.com/voxpelli/node-bunyan-adaptor/commit/d36d4170b355373bcc0c84e5057a74303cd09144))
17+
* **deps:** update dependency linemod to v2 ([#68](https://github.com/voxpelli/node-bunyan-adaptor/issues/68)) ([5fcf452](https://github.com/voxpelli/node-bunyan-adaptor/commit/5fcf452efb89ebc3d35159d56a6868be6fc7335d))
18+
* **deps:** update dependency pino to ^9.6.0 ([#70](https://github.com/voxpelli/node-bunyan-adaptor/issues/70)) ([3582025](https://github.com/voxpelli/node-bunyan-adaptor/commit/3582025651241facc858d74830d2b325cf377778))
19+
* **deps:** update dependency sinon to v19 ([#74](https://github.com/voxpelli/node-bunyan-adaptor/issues/74)) ([8ecaec0](https://github.com/voxpelli/node-bunyan-adaptor/commit/8ecaec06d8a66a58630e4d391f26e0bbe6bc7fb3))
20+
* **deps:** update dev dependencies ([e357f12](https://github.com/voxpelli/node-bunyan-adaptor/commit/e357f1255f50ec3e3aa088465044b76d6478a487))
21+
* **deps:** update dev dependencies ([ed94118](https://github.com/voxpelli/node-bunyan-adaptor/commit/ed941188207b494ee22ee70248b7954f74b4a696))
22+
* **deps:** update linting dependencies ([#71](https://github.com/voxpelli/node-bunyan-adaptor/issues/71)) ([5ac7194](https://github.com/voxpelli/node-bunyan-adaptor/commit/5ac71942ce6b98f23d8ccaabad494b9de2a5c1c4))
23+
* **deps:** update pino ([63880cd](https://github.com/voxpelli/node-bunyan-adaptor/commit/63880cdce8ec932baf97b4e98b5e5010bf480428))
24+
* **deps:** update test dependencies ([#72](https://github.com/voxpelli/node-bunyan-adaptor/issues/72)) ([91b330d](https://github.com/voxpelli/node-bunyan-adaptor/commit/91b330da56a00b9b2230b149b5f441ad581dd118))
25+
* **deps:** update type dependencies ([#61](https://github.com/voxpelli/node-bunyan-adaptor/issues/61)) ([53086ff](https://github.com/voxpelli/node-bunyan-adaptor/commit/53086ffee2db0f846e6b835e0ecc7adad73f0c6a))
26+
* require node &gt;=18 ([e27056e](https://github.com/voxpelli/node-bunyan-adaptor/commit/e27056ea8ed461f14a3c79228d5c09668d4425c6))
27+
* require TS &gt;=5.7 ([61e4bbd](https://github.com/voxpelli/node-bunyan-adaptor/commit/61e4bbd2321e3e1ab979b93ce4cd1f9c0138b733))
28+
* use neostandard based linting ([76cbfaa](https://github.com/voxpelli/node-bunyan-adaptor/commit/76cbfaab6fc2d709a219ccddbbcda9574620d348))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bunyan-adaptor",
3-
"version": "6.0.1",
3+
"version": "7.0.0",
44
"description": "Maps the major Bunyan/Pino logging methods to custom methods",
55
"homepage": "http://github.com/voxpelli/node-bunyan-adaptor",
66
"repository": {

0 commit comments

Comments
 (0)