jsanahuja / InstagramFeed

Vanilla JavaScript Instagram Feed without access token. Not using the Instagram API
MIT License
318 stars 128 forks source link

Remove jQuery reference in example 7 #40

Closed Pustur closed 4 years ago

Pustur commented 4 years ago

Do I need to bump the version for this small change? Just ask if that's the case.

Closes #39


UNRELATED

Also I think you forgot to push the 1.3.7 tag for the commit 383eccc2a0dbe4316278a50a84a46994a153d8b5.
Eventually the 1.0.0 tag is missing as well.

jsanahuja commented 4 years ago

I increase the version number for every change (following semver) but do not publish a release (and a tag) after every version bump. Didn't publish the 1.3.7 as it was a very small and irrelevant change. The 1.0.0 was published for sure but removed probably because it was unstable, I don't really remember.

As long as this is a change in the docs and not in the libary itself you don't need to change the version number but if you would have changed it is also okay for me.