Skip to content

Commit 5d46d16

Browse files
0.6.3
1 parent 33dd0c1 commit 5d46d16

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

44

5+
<a name="v0.6.3"></a>
6+
## [v0.6.3] - 2022-01-26
7+
### Bug Fixes
8+
- **deps:** update all non-major dependencies ([#101](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/101))
9+
- **deps:** update all non-major dependencies ([#92](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/92))
10+
11+
### Chore
12+
- **deps:** updated axios to v0.25.0 and other npm audits ([#100](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/100))
13+
- **deps:** update dependency husky to v7 ([#93](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/93))
14+
- **deps:** update all non-major dependencies ([#88](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/88))
15+
- **deps:** update dependency jest to v27
16+
- **deps:** update all non-major dependencies ([#87](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/87))
17+
18+
519
<a name="v0.6.2"></a>
620
## [v0.6.2] - 2021-05-13
721
### Bug Fixes
@@ -206,7 +220,8 @@
206220
- **coverage:** add coveralls
207221

208222

209-
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.2...HEAD
223+
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.3...HEAD
224+
[v0.6.3]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.2...v0.6.3
210225
[v0.6.2]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.1...v0.6.2
211226
[v0.6.1]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.0...v0.6.1
212227
[v0.6.0]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.2...v0.6.0

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.2",
3+
"version": "0.6.3",
44
"description": "Hapi plugin for injecting tracer info into response headers and logs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)