From d45768bd1cc3985e0f498c907a8aeca001ecde7b Mon Sep 17 00:00:00 2001 From: Trevor Burch Date: Mon, 9 Oct 2023 16:13:48 -0400 Subject: [PATCH] Update changelog and package.json --- CHANGELOG.md | 4 ++++ projects/docs-tools/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89cc3ee..1af5c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.1.5 (2023-10-09) + +- Allow a demo page to be created without the `moduleName` input. [#268](https://github.com/blackbaud/skyux-docs-tools/pull/268) + ## 9.1.4 (2023-09-27) - Fixed the code example editor service to load examples where dragula is required. [#267](https://github.com/blackbaud/skyux-docs-tools/pull/267) diff --git a/projects/docs-tools/package.json b/projects/docs-tools/package.json index 9424a02..e6b5841 100644 --- a/projects/docs-tools/package.json +++ b/projects/docs-tools/package.json @@ -1,6 +1,6 @@ { "name": "@skyux/docs-tools", - "version": "9.1.4", + "version": "9.1.5", "peerDependencies": { "@angular/common": "^16.2.5", "@angular/core": "^16.2.5",