Skip to content

Commit f690a44

Browse files
0.6.1
1 parent d901cd1 commit f690a44

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
## [Unreleased]
33

44

5+
<a name="v0.6.1"></a>
6+
## [v0.6.1] - 2021-03-31
7+
### Chore
8+
- **deps:** update dependency eslint to v7.23.0 ([#79](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/79))
9+
- **deps:** update dependency husky to v6 ([#80](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/80))
10+
- **deps:** update dependency y18n to 4.0.1 [security] ([#81](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/81))
11+
- **deps:** update dependency husky to v5.2.0 ([#78](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/78))
12+
- **deps:** update all non-major dependencies ([#77](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/77))
13+
14+
515
<a name="v0.6.0"></a>
616
## [v0.6.0] - 2021-03-19
717
### Bug Fixes
@@ -185,7 +195,8 @@
185195
- **coverage:** add coveralls
186196

187197

188-
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.0...HEAD
198+
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.1...HEAD
199+
[v0.6.1]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.0...v0.6.1
189200
[v0.6.0]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.2...v0.6.0
190201
[v0.5.2]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.1...v0.5.2
191202
[v0.5.1]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.0...v0.5.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goodwaygroup/lib-hapi-good-tracer",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Hapi plugin for injecting tracer info into response headers and logs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)