-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump plugin version to 1.5.0 #3097
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks legit 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also package-lock.json needs bumping from 1.4 to 1.5
Bumping package.json
and package-lock.json
can be done by running npm --no-git-tag-version version major|minor|patch
, we should probably document this somewhere 🤔
Isn’t it enough to run ‘npm version major’ to get package.json and package-lock.json updated? |
I don't believe so @gziolo, from the docs
p.s. I mostly forget about this command most of the time and update both files manually 😂 |
Codecov Report
@@ Coverage Diff @@
## master #3097 +/- ##
=========================================
- Coverage 32.24% 32.2% -0.04%
=========================================
Files 216 216
Lines 6150 6169 +19
Branches 1081 1085 +4
=========================================
+ Hits 1983 1987 +4
- Misses 3516 3528 +12
- Partials 651 654 +3
Continue to review full report at Codecov.
|
Changelog