From 07b59cc6b717c728ad623a3427a44a837bd60f84 Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Thu, 11 Apr 2019 15:40:31 +0300 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9cbab3..004cff47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [1.5.0](https://github.com/urbica/react-map-gl/compare/v1.4.0...v1.5.0) (2019-04-11) + + +### Features + +* **Source:** allow add Layers as children components in Source ([73e2d45](https://github.com/urbica/react-map-gl/commit/73e2d45)) + + + # [1.4.0](https://github.com/urbica/react-map-gl/compare/v1.3.0...v1.4.0) (2019-04-08) diff --git a/package.json b/package.json index 933cd8b1..0283fc1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@urbica/react-map-gl", - "version": "1.4.0", + "version": "1.5.0", "description": "React Component for Mapbox GL JS", "author": "Stepan Kuzmin (stepankuzmin.com)", "license": "MIT",