Skip to content

Commit

Permalink
[fix]: Change the prototype constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcanessa committed Nov 12, 2015
1 parent 0d487a0 commit 7083ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function GithubReleaseNotes(options) {
/**
* Get All the tags, get the dates, get the commits between those dates and prepeare the release
*/
githubReleaseNotes.prototype.init = function() {
GithubReleaseNotes.prototype.init = function() {
getLatestRelease().then(function (releaseTagName) {
getLastTag(releaseTagName).then(function (tags) {
if(tags.length === 1) {
Expand Down

0 comments on commit 7083ba6

Please sign in to comment.