diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2916e5626..3486196d9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.16.0 - 2019-06-05 + +#### 🚀 Updates + +- **[AppLoader]** Add errorTitle prop (#60) ([e9a3b66](https://github.com/airbnb/lunar/commit/e9a3b66)), closes [#60](https://github.com/airbnb/lunar/issues/60) + +**Note:** Version bump only for package @airbnb/lunar + + + + + ## 1.15.0 - 2019-06-05 #### 🚀 Updates diff --git a/packages/core/package.json b/packages/core/package.json index 50d377275..04d746dd8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@airbnb/lunar", - "version": "1.15.0", + "version": "1.16.0", "description": "React toolkit and design language for Airbnb open source and internal projects.", "license": "MIT", "main": "./lib/index.js",