imgix / js-core

A JavaScript client library for generating image URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
122 stars 20 forks source link

fix: remove "v" prefix from `VERSION` constant #289

Closed sherwinski closed 3 years ago

sherwinski commented 3 years ago

The inclusion of the prefix (e.g. ixlib=js-v3.1.3) causes issues in our internal reporting that result in versions of this libray with the prefix to not be correctly captured. This commit removes the prefix to match the format previous to the current major version.

commit-lint[bot] commented 3 years ago

Bug Fixes

Contributors

sherwinski

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR