From f8d348ee97df6c14b49b699c32ac4e7a3fd89f13 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Tue, 10 Mar 2020 15:32:04 +0200 Subject: [PATCH] chore(release): 0.14.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486860aa66..55bde6b758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [0.14.0](https://github.com/awslabs/cdk8s/compare/v0.13.1...v0.14.0) (2020-03-10) + + +### Features + +* allow arbitrary construct names ([#64](https://github.com/awslabs/cdk8s/issues/64)) ([1309960](https://github.com/awslabs/cdk8s/commit/1309960e62d13b00dc964f6c88e15d74390e09a2)), closes [#48](https://github.com/awslabs/cdk8s/issues/48) +* chart.toJson() and apiObject.toJson() ([#63](https://github.com/awslabs/cdk8s/issues/63)) ([80e8402](https://github.com/awslabs/cdk8s/commit/80e8402790c4112e64bda2dd9a42fa897ee4ab8b)), closes [#48](https://github.com/awslabs/cdk8s/issues/48) + ## [0.13.1](https://github.com/awslabs/cdk8s/compare/v0.13.0...v0.13.1) (2020-03-09) diff --git a/package.json b/package.json index 380a4402df..5ded2d0a86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.13.1", + "version": "0.14.0", "private": true, "scripts": { "bump": "tools/bump.sh",