Conversation
4eec48e to
3f3ff7f
Compare
2a51314 to
b15af6d
Compare
There was a problem hiding this comment.
Pull request overview
Release PR for 0.6.2, updating version references across source, tooling config, examples, and documentation.
Changes:
- Bump internal/version constants and package metadata to
0.6.2 - Update Sonar project version and Release Please manifest
- Refresh README/CHANGELOG and Deno example import versions
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/pools/version.ts | Bumps exported library version constant to 0.6.2 |
| sonar-project.properties | Updates SonarCloud project version to 0.6.2 |
| examples/deno/typescript/deno.json | Updates JSR import to ^0.6.2 |
| examples/deno/javascript/deno.json | Updates JSR import to ^0.6.2 |
| dist/package.json | Updates distribution package version to 0.6.2 |
| deno.json | Updates Deno package version to 0.6.2 |
| README.md | Updates CDN URLs to 0.6.2 |
| CHANGELOG.md | Adds 0.6.2 section |
| .github/release-please/manifest.json | Updates manifest version to 0.6.2 |
| @@ -150,7 +150,7 @@ for more details**: | |||
| <!-- deno-fmt-ignore --> | |||
|
|
|||
There was a problem hiding this comment.
The fenced code block is labeled as js but contains an HTML <script> tag. Consider changing the fence language to html (or splitting into separate html and js blocks) so syntax highlighting and copy/paste expectations match the example.
| ## [0.6.2](https://github.com/poolifier/poolifier-web-worker/compare/v0.6.1...v0.6.2) (2026-02-20) | ||
|
|
||
| ### 🐞 Bug Fixes | ||
|
|
There was a problem hiding this comment.
The entry “add missing loadExponent: 0 validation test” describes a test addition rather than a bug fix. To keep the changelog accurate, consider moving it to a “Tests”/“Chore” section (or renaming the section) so readers don’t interpret it as a runtime behavior change.
| ### 🧪 Tests |
a3c9f3d to
d8f0dac
Compare
08e4a8a to
89be2a7
Compare
|
|
🤖 Created releases: 🌻 |



🤖 I have created a release beep boop
0.6.2 (2026-02-23)
🐞 Bug Fixes
🧪 Tests
📚 Documentation
🤖 Automation
This PR was generated with Release Please. See documentation.