From fc6e40670299cf74cbdae97fb82878daf1ad3cc2 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 22 Jan 2020 01:00:51 -0800 Subject: [PATCH] [meta] fix changelog date Fixes #2548. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba79ed12ff..a94e2ec0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). -## [7.18.0] - 2010-01-15 +## [7.18.0] - 2020-01-15 ### Added * [`require-default-props`][]: add option to ignore functional components ([#2532][] @RedTn)