astro-ghostcms/.pnpm-store/v3/files/4d/c133ee4d0264c5727f465f5b232...

9 lines
410 B
Plaintext

# @changesets/get-version-range-type
[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@changesets/get-version-range-type)
Simple function that takes in a string which is a version range (ie `^1.0.0`, `~3.5.1`, `2.0.0`)
and returns the range definition.
A helper published mostly to ensure consistency across several changeset packages.