diff --git a/CHANGELOG.md b/CHANGELOG.md index ed8760c3..7380553c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.15.0 (2020-02-12) + +- Added support for `skyux build-public-library --fullTemplateTypeChecking`, which checks and validates TypeScript types within component HTML templates. [#208](https://github.com/blackbaud/skyux-sdk-builder/pull/208) + # 3.14.0 (2020-02-07) - Updated `skyux serve` to include the `host` properties from `skyuxconfig.json` in the Host URL. diff --git a/package-lock.json b/package-lock.json index ae16f168..68add8e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@skyux-sdk/builder", - "version": "3.14.0", + "version": "3.15.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7b4513d..fc6506b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyux-sdk/builder", - "version": "3.14.0", + "version": "3.15.0", "description": "Builds the output of a SKY UX application.", "main": "index.js", "scripts": {