From a0e65af081221d96078ae139babbe8c92fa9b484 Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Tue, 8 Feb 2022 17:15:44 +0100 Subject: [PATCH] docfix :) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16bb975..8a372bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [[7.3.0]](https://github.com/Mastermindzh/react-cookie-consent/releases/tag/7.2.1) +## [[7.3.0]](https://github.com/Mastermindzh/react-cookie-consent/releases/tag/7.3.0) - added `customButtonProps` that allows to use custom props with the button component. Specifically useful for library buttons components, for e.g. MUI Button.