salesforce / kagekiri

Shadow DOM-piercing query APIs for the browser.
BSD 3-Clause "New" or "Revised" License
86 stars 9 forks source link

1.1.0 #32

Closed tedconn closed 4 years ago

tedconn commented 4 years ago

I'm not super familiar with the release cycle, should I have made this change as a part of the feature PR itself? or is it ok to do it after?

nolanlawson commented 4 years ago

@tedconn I typically don't open PRs for new releases. My release process is just:

npm version [patch|minor|major]
git push origin master --follow-tags
npm publish