From 135043c3f03fd53818f86f8d350ade4da807860d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Negr=C3=B3n?= Date: Tue, 6 Feb 2024 09:36:01 -0400 Subject: [PATCH] update changelog.md --- CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f11178a..8f5c4911f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 15.5.2 -_released `2024-02-05`_ +_released `2024-02-06`_ ### cli @@ -10,17 +10,11 @@ _released `2024-02-05`_ - :bug: Improved handling of broken symlinks while copying files to temp directory during the build process ([#737](https://github.com/zapier/zapier-platform/pull/737)) -- :bug: `zapier build` fails with npm workspaces ([#738](https://github.com/zapier/zapier-platform/pull/738)) - +- :bug: `zapier build` fails with npm workspaces ([#738](https://github.com/zapier/zapier-platform/pull/738), [#742](https://github.com/zapier/zapier-platform/pull/742)) - :wrench: Added @clif/core dependency, upgraded @oclif/plugin-help ([#739](https://github.com/zapier/zapier-platform/pull/739)) - :bug: Fixed converting triggers breaking when trigger key starts with a number ([#741](https://github.com/zapier/zapier-platform/pull/741)) -- :bug: Added comments and fixed a path issue in utils/build.js ([#742](https://github.com/zapier/zapier-platform/pull/742)) - -- :wrench: Fixed text alignment in `zapier validate` ([#743](https://github.com/zapier/zapier-platform/pull/743)) - - ### core - :bug: Updated method types in RawHttpResponse ([#735](https://github.com/zapier/zapier-platform/pull/735))