diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ea6927ea4..c910488bb 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.7.0 - 2019-05-07 + +#### 🚀 Updates + +- **[DataTable]** Add new dynamic data table (#36) ([85b9ab2](https://github.com/airbnb/lunar/commit/85b9ab2)), closes [#36](https://github.com/airbnb/lunar/issues/36) + +**Note:** Version bump only for package @airbnb/lunar + + + + + ## 1.6.0 - 2019-05-03 #### 🚀 Updates diff --git a/packages/core/package.json b/packages/core/package.json index 0599d01fd..8c61f6737 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@airbnb/lunar", - "version": "1.6.0", + "version": "1.7.0", "description": "React toolkit and design language for Airbnb open source and internal projects.", "license": "MIT", "main": "./lib/index.js",