diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af4ab703..16ab5c01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [v14.0.0](https://github.com/contiamo/operational-ui/compare/v13.2.0...v14.0.0) + +> 15 February 2019 + +- **Breaking:** Refactor Tree Component [`#919`](https://github.com/contiamo/operational-ui/pull/919) +- **Breaking:** Fix operational context [`#921`](https://github.com/contiamo/operational-ui/pull/921) + #### [v13.2.0](https://github.com/contiamo/operational-ui/compare/v13.1.1...v13.2.0) > 14 February 2019 diff --git a/package.json b/package.json index 743450032..44c48fc6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@operational/components", - "version": "14.0.0", + "version": "15.0.0", "description": "Building blocks for effective operational user interfaces", "main": "./lib/index.js", "types": "./lib/index.d.ts",