Skip to content

Commit

Permalink
Merge pull request #12 from anfema/develop
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
pichfl authored Sep 7, 2018
2 parents 6238015 + 332f56a commit a5f4f56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/changelog/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const changelogTemplate = template(`<%
%>
<%
category.entries.forEach(entry => {
category.entries.reverse().forEach(entry => {
%>- #<%=
entry.pr.number
%><%
Expand All @@ -24,7 +24,7 @@ const changelogTemplate = template(`<%
%>]<%
}
%> <%=
entry.pr.title
entry.pr.title.trim()
%> @<%=
entry.pr.user.login
%>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "work",
"version": "0.1.0",
"version": "1.2.0",
"main": "index.js",
"author": "Florian Pichler <f.pichler@anfe.ma>",
"license": "MIT",
Expand Down

0 comments on commit a5f4f56

Please sign in to comment.