Skip to content
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 semver issue with @netlify/build #592

Closed
wants to merge 1 commit into from
Closed

Conversation

ehmicky
Copy link
Contributor

@ehmicky ehmicky commented Oct 29, 2019

- Summary

We use use the ^ semver range on @netlify/build. However currently @netlify/build version starts with 0.0.*. In such cases, every version increment is considered a breaking change according to semver, which makes ^ not pick any new versions.

I have released @netlify/build 0.1.0 which since it starts with 0.*.* instead of 0.0.* should fix this issue.

- Description for the changelog

Upgrade @netlify/build

@ehmicky ehmicky assigned RaeesBhatti and unassigned RaeesBhatti Oct 29, 2019
@ehmicky
Copy link
Contributor Author

ehmicky commented Oct 29, 2019

Closed in favor of #593.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants