-
Notifications
You must be signed in to change notification settings - Fork 11
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
Simple code change to eliminate deprecated warning (See issue #99) #100
Conversation
…oesn't changed the exposed functionality
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@fastify/accepts-serializer", | |||
"version": "5.2.0", | |||
"version": "5.3.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.
Please do not change the version here.
It should be handled by the releaser.
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.
Do you want me to submit a new PR or can we change it here directly?
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've modified the version back to the original value of 5.2.0
Signed-off-by: Joel Driver <[email protected]>
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
Checklist
npm run test
andnpm run benchmark
npm run benchmark
does not existand the Code of conduct