From 688bbdf93353355f7740c01480fadbd187a1c093 Mon Sep 17 00:00:00 2001 From: Chris Whong Date: Thu, 19 Jan 2023 19:13:18 -0500 Subject: [PATCH] Prepare 2.1.4 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da953c6..030982ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## HEAD +## 2.1.4 + +- [fix] Incorrect directory was published to npm as 2.1.3 + ## 2.1.3 - [fix] Fixes a crash when attempting server-side rendering with the `CopyButton` component. [#203](https://github.com/mapbox/mr-ui/pull/203)