Skip to content

Commit 7083ba6

Browse files
committed
[fix]: Change the prototype constructor
1 parent 0d487a0 commit 7083ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function GithubReleaseNotes(options) {
200200
/**
201201
* Get All the tags, get the dates, get the commits between those dates and prepeare the release
202202
*/
203-
githubReleaseNotes.prototype.init = function() {
203+
GithubReleaseNotes.prototype.init = function() {
204204
getLatestRelease().then(function (releaseTagName) {
205205
getLastTag(releaseTagName).then(function (tags) {
206206
if(tags.length === 1) {

0 commit comments

Comments
 (0)