From bb9b40e867aff6e085bc7159f3265732efc78e9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:45:34 +0100 Subject: [PATCH] chore(main): release 2.1.7 (#36) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c66571..bbf441a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "2.1.6" - } + ".": "2.1.7" +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4a6c67a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [2.1.7](https://github.com/geert-janklaps/cds-launchpad-plugin/compare/v2.1.6...v2.1.7) (2024-01-29) + + +### Bug Fixes + +* only use apps from deps if `cds-plugin-ui5` is present ([#35](https://github.com/geert-janklaps/cds-launchpad-plugin/issues/35)) ([41be0e2](https://github.com/geert-janklaps/cds-launchpad-plugin/commit/41be0e28ef2e64c56f4fe82ab7bcfccc26443d0d)) diff --git a/package.json b/package.json index 7bf995f..fe06df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cds-launchpad-plugin", - "version": "2.1.6", + "version": "2.1.7", "description": "Launchpad Plugin for demo / development / testing SAP CAP-based projects", "main": "dist/index.js", "types": "dist/index",