Skip to content

Commit fd80779

Browse files
0.6.0
1 parent fc4d9c7 commit fd80779

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

44

5+
<a name="v0.6.0"></a>
6+
## [v0.6.0] - 2021-03-19
7+
### Bug Fixes
8+
- **deps:** update all non-major dependencies ([#76](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/76))
9+
- **github action:** do not run publish on any branches
10+
11+
### Chore
12+
- **deps:** update dependency husky to v5
13+
14+
### Features
15+
- **cd:** add push button release via github actions
16+
17+
518
<a name="v0.5.2"></a>
619
## [v0.5.2] - 2021-03-08
720
### Bug Fixes
@@ -172,7 +185,8 @@
172185
- **coverage:** add coveralls
173186

174187

175-
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.2...HEAD
188+
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.0...HEAD
189+
[v0.6.0]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.2...v0.6.0
176190
[v0.5.2]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.1...v0.5.2
177191
[v0.5.1]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.0...v0.5.1
178192
[v0.5.0]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.4.6...v0.5.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.5.2",
3+
"version": "0.6.0",
44
"description": "Hapi plugin for injecting tracer info into response headers and logs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)