Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 19, 2021
1 parent fc4d9c7 commit fd80779
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
## [Unreleased]


<a name="v0.6.0"></a>
## [v0.6.0] - 2021-03-19
### Bug Fixes
- **deps:** update all non-major dependencies ([#76](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/76))
- **github action:** do not run publish on any branches

### Chore
- **deps:** update dependency husky to v5

### Features
- **cd:** add push button release via github actions


<a name="v0.5.2"></a>
## [v0.5.2] - 2021-03-08
### Bug Fixes
Expand Down Expand Up @@ -172,7 +185,8 @@
- **coverage:** add coveralls


[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.2...HEAD
[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.0...HEAD
[v0.6.0]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.2...v0.6.0
[v0.5.2]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.1...v0.5.2
[v0.5.1]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.4.6...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goodwaygroup/lib-hapi-good-tracer",
"version": "0.5.2",
"version": "0.6.0",
"description": "Hapi plugin for injecting tracer info into response headers and logs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fd80779

Please sign in to comment.