Skip to content

Commit

Permalink
Update package version to match npm registry and edit PR template (#18)
Browse files Browse the repository at this point in the history
* Update package version to 1.0.7

* Update PR template to include checklist item on versioning
  • Loading branch information
sherryhli authored May 20, 2021
1 parent 9beeef5 commit 38f9c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
- [ ] My commit messages are descriptive and in imperative tense. My commits are atomic and trivial commits are squashed or fixup'd into non-trivial commits
- [ ] I have run the appropriate linter(s)
- [ ] I have requested a review from the PL, as well as other devs who have background knowledge on this PR or who will be building on top of this PR
- [ ] I have updated the version number in `package.json` according to Semantic Versioning specs ([semver](https://semver.org)) if I will be publishing these changes to the npm registry
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwblueprint/create-bp-app",
"version": "1.0.3",
"version": "1.0.7",
"description": "Starter code generation CLI tool.",
"main": "index.js",
"bin": "bin/index.js",
Expand Down

0 comments on commit 38f9c1e

Please sign in to comment.