From 91df5928dadf451062258f38969768b270f1665c Mon Sep 17 00:00:00 2001 From: Adrien Lemaire <lemaire.adrien@gmail.com> Date: Thu, 10 Jan 2019 06:35:31 +0100 Subject: [PATCH] fix: add release notes babel-preset-react-app (#3055) the preset package notes are written in the create-react-app github releases https://github.com/facebook/create-react-app/releases --- lib/datasource/metadata.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/datasource/metadata.js b/lib/datasource/metadata.js index 55a6cc9761..80c3fb86c2 100644 --- a/lib/datasource/metadata.js +++ b/lib/datasource/metadata.js @@ -8,6 +8,8 @@ module.exports = { // Only necessary when the changelog data cannot be found in the package's source repository const manualChangelogUrls = { npm: { + 'babel-preset-react-app': + 'https://github.com/facebook/create-react-app/releases', firebase: 'https://firebase.google.com/support/release-notes/js', 'flow-bin': 'https://github.com/facebook/flow/blob/master/Changelog.md', 'react-native': -- GitLab