Closed github-actions[bot] closed 2 months ago
The updates consist of version increments across multiple files, specifically changing the version number from 1.5.2
to 1.5.3
in env.js
and package.json
. Additionally, the CHANGELOG.md
introduces a new entry detailing a bug fix related to the npm version link in the documentation. These changes enhance traceability and ensure users have accurate version information.
Files | Change Summary |
---|---|
CHANGELOG.md | Added entry for version 1.5.3, detailing a bug fix for npm version link in readme.md . |
env.js, package.json | Updated version number from 1.5.2 to 1.5.3 . |
π In fields of code, a change we see,
A version hop, as bright as can be!
From two to three, we leap and play,
Fixing bugs along the way.
Hooray for docs, now clear and bright,
A joyful hop, a coder's delight! π
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
1.5.2
β1.5.3
Release Summary
This is going to be published with the following command:
npm publish --tag latest --access public
Merging Instructions
When merging this pull request, you need to Squash and merge and make sure that the title starts with
chore: release v1.5.3
.See details
After that, a commit `chore: release v1.5.3` will be added and you or your CI can run `shipjs trigger` to trigger the release based on the commit. ![Squash and merge](https://raw.githubusercontent.com/algolia/shipjs/v0.26.3/assets/squash-and-merge.png)This pull request is automatically generated by Ship.js.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
CHANGELOG.md
to reflect the latest changes and improve traceability for users.