-
Notifications
You must be signed in to change notification settings - Fork 49
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
fix: rename Account_Summary billing_month property #177
Conversation
Signed-off-by: Jonathan Date-chong <jtdatechong@gmail.com>
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.
Travis build shows lint errors. Please run npm run lint-fix
in order to fix the linter errors.
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, just need evidence that the integration tests and examples ran clean with your changes.
^ integration test results |
## [0.29.1](v0.29.0...v0.29.1) (2022-12-05) ### Bug Fixes * **Usage Reports:** rename Account_Summary billing_month property ([#177](#177)) ([871e644](871e644))
🎉 This PR is included in version 0.29.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
PR summary
Rename the
billing_month
property in theAccount_Summary
schema tomonth
PR Checklist
Please make sure that your PR fulfills the following requirements:
Current vs new behavior
The
Account_Summary
schema should now correctly have themonth
property instead of thebilling_month
property.Does this PR introduce a breaking change?