Skip to content

Commit 07dc82d

Browse files
0.6.2
1 parent 19aaa21 commit 07dc82d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
## [Unreleased]
33

44

5+
<a name="v0.6.2"></a>
6+
## [v0.6.2] - 2021-05-13
7+
### Bug Fixes
8+
- **deps:** update dependency [@hapi](https://github.com/hapi)/hoek to v9.2.0 ([#83](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/83))
9+
10+
### Chore
11+
- **deps:** update all non-major dependencies ([#84](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/84))
12+
- **deps:** update dependency hosted-git-info to 2.8.9 [security] ([#86](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/86))
13+
- **deps:** update all non-major dependencies ([#82](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/82))
14+
15+
516
<a name="v0.6.1"></a>
617
## [v0.6.1] - 2021-03-31
718
### Chore
@@ -195,7 +206,8 @@
195206
- **coverage:** add coveralls
196207

197208

198-
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.1...HEAD
209+
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.2...HEAD
210+
[v0.6.2]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.1...v0.6.2
199211
[v0.6.1]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.0...v0.6.1
200212
[v0.6.0]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.2...v0.6.0
201213
[v0.5.2]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.1...v0.5.2

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)