Skip to content

v1.2.0

Choose a tag to compare

@mmiller42 mmiller42 released this 18 Sep 22:17
· 19 commits to master since this release

This is a summary of the [differences]v1.1.0...v1.2.0 between v1.2.0 and v1.1.0.

Commits

Show commits
SHA Author Committed Message
b012541 mmiller42 2017-9-18 Remove h1 in template as it doesn't look good.
39d21df mmiller42 2017-9-18 show max lines instead of changes
97f97b8 mmiller42 2017-9-18 1.2.0

Changed files

Show changed files

github-release.config.js

Inline diff not displayed. View the whole file

package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "create-github-release",
-  "version": "1.1.0",
+  "version": "1.2.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

package.json

@@ -1,6 +1,6 @@
 {
   "name": "create-github-release",
-  "version": "1.1.0",
+  "version": "1.2.0",
   "description": "Tool for generating GitHub releases after publishing a module.",
   "keywords": [
     "github",

src/defaultTemplate.md.hbs

Inline diff not displayed. View the whole file