diff --git a/CHANGELOG.md b/CHANGELOG.md index 030982ea..7fc80a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## HEAD +## 2.1.5 + +- [feature] Support JSX from `displayLabel` prop in control-file component + ## 2.1.4 - [fix] Incorrect directory was published to npm as 2.1.3 diff --git a/package-lock.json b/package-lock.json index 01124700..3ac45204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mr-ui", - "version": "2.1.4", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c053a0a7..28c75aa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mr-ui", - "version": "2.1.4", + "version": "2.2.0", "description": "UI components for Mapbox projects", "main": "index.js", "homepage": "./",