I have a private package in npm
which is very frequently updated,
and i want to do a minor change
on one of theprevious versions
of the package.
for example my current version is 1.14.0 and i want to make change on top of 1.11.1, so that all the changes after 1.11.1 are excluded.
EDIT
versions released in between
1.11.1, 1.12.0, 1.12.1, 1.12.2, 1.13.0, 1.14.0
Is it possible? if yes how? Thanks