-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies to support Hapi v21 #180
Conversation
4c1043e
to
3452d3b
Compare
README.md
Outdated
- hapi-pino v8.x supports Hapi v18, v19 and v20. | ||
- hapi-pino v7.x supports Hapi v18 and v19. | ||
- hapi-pino v6.x supports Hapi v17, v18 and v19 | ||
- hapi-pino v5.x supports Hapi v17 and v18 | ||
- hapi-pino v3.x | ||
supports Hapi v17 only. The maximum version that can be used with Hapi v16 is Pino v4. | ||
- [hapi-pino v2.x](https://github.com/pinojs/hapi-pino/tree/v2.x.x) is the LTS line for Hapi v16. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove those lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "hapi-pino", | |||
"version": "11.0.0", | |||
"version": "12.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll bump this on release, please revert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
784132a
to
b3b33e3
Compare
b3b33e3
to
bb3cf9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Addresses issue: #179