From 5d46d16ac18fc469a299e8b5dbc33504706a84e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Jan 2022 20:14:10 +0000 Subject: [PATCH] 0.6.3 --- CHANGELOG.md | 17 ++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b9570c..8597763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] + +## [v0.6.3] - 2022-01-26 +### Bug Fixes +- **deps:** update all non-major dependencies ([#101](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/101)) +- **deps:** update all non-major dependencies ([#92](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/92)) + +### Chore +- **deps:** updated axios to v0.25.0 and other npm audits ([#100](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/100)) +- **deps:** update dependency husky to v7 ([#93](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/93)) +- **deps:** update all non-major dependencies ([#88](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/88)) +- **deps:** update dependency jest to v27 +- **deps:** update all non-major dependencies ([#87](https://github.com/GoodwayGroup/lib-hapi-good-tracer/issues/87)) + + ## [v0.6.2] - 2021-05-13 ### Bug Fixes @@ -206,7 +220,8 @@ - **coverage:** add coveralls -[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.2...HEAD +[Unreleased]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.3...HEAD +[v0.6.3]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.2...v0.6.3 [v0.6.2]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.1...v0.6.2 [v0.6.1]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.6.0...v0.6.1 [v0.6.0]: https://github.com/GoodwayGroup/lib-hapi-good-tracer/compare/v0.5.2...v0.6.0 diff --git a/package-lock.json b/package-lock.json index fcc9bfe..33f29ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@goodwaygroup/lib-hapi-good-tracer", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb1e790..915d7b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@goodwaygroup/lib-hapi-good-tracer", - "version": "0.6.2", + "version": "0.6.3", "description": "Hapi plugin for injecting tracer info into response headers and logs", "main": "index.js", "scripts": {