
There are no versions matching your search
-
{{version.version}}
New to semantic versioning? Learn the basics.
{{version.version}}
^
^2.2.1
^0.1.0
^0.0.3
~
~2.2.0
>
, <
, =
, >=
or <=
for comparisons, or
-
to specify an inclusive range
>2.1
1.0.0 - 1.2.0
alpha
and beta
1.0.0-rc.1
>
with a pre-release tag
>1.0.0-alpha
>=1.0.0-rc.0 <1.0.1
||
to combine
^2 <2.2 || > 2.3