From 81cb7a108e99c2e7dc3d79025454eeb673303a35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:17:02 -0400 Subject: [PATCH] chore(main): release 1.1.0 (#419) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 42cbae5..a1961ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.3" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f0cfa2f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [1.1.0](https://github.com/ExpediaGroup/spinnaker-pipeline-trigger/compare/v1.0.3...v1.1.0) (2023-08-22) + + +### Features + +* **runtime:** Update to Node 16 ([#284](https://github.com/ExpediaGroup/spinnaker-pipeline-trigger/issues/284)) ([7b067d8](https://github.com/ExpediaGroup/spinnaker-pipeline-trigger/commit/7b067d805755b901cce1bad5b2fbb2f03222faa2)) + + +### Bug Fixes + +* **deps:** bump json5 from 2.2.0 to 2.2.3 ([#328](https://github.com/ExpediaGroup/spinnaker-pipeline-trigger/issues/328)) ([5519b1a](https://github.com/ExpediaGroup/spinnaker-pipeline-trigger/commit/5519b1ac33dc35043abf9083b7dcebdfa05082b6)) +* **release:** Use release-please ([#418](https://github.com/ExpediaGroup/spinnaker-pipeline-trigger/issues/418)) ([f897777](https://github.com/ExpediaGroup/spinnaker-pipeline-trigger/commit/f89777752a4222634a4531261b8de201eff92992))