diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f6a43..8d11454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - More polish to the upload images functionality (Thanks to [@jfly], [#109]). - Improved React compatibility (Thanks to [@richtera], [#97]). +### Fixed +- Missing link in dist file header. + ## [2.7.0] - 2019-07-13 ### Added - `previewClass` option for overwriting the preview screen class ([#99]). diff --git a/gulpfile.js b/gulpfile.js index 99fba6f..ddea694 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -15,7 +15,7 @@ var rename = require('gulp-rename'); var banner = ['/**', ' * <%= pkg.name %> v<%= pkg.version %>', ' * Copyright <%= pkg.author %>', - ' * @link <%= pkg.repository.url %>', + ' * @link https://github.com/ionaru/easy-markdown-editor', ' * @license <%= pkg.license %>', ' */', ''].join('\n');