From 382778583c7244a14a344772c623f56030ea52c0 Mon Sep 17 00:00:00 2001 From: Shaharia Azam Date: Mon, 15 Feb 2021 13:25:27 +0600 Subject: [PATCH] `exec: raml-code-generator: not found` bug fixed for `release:clients` command --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b19607..1400a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 11.4.2 +### Fixed +- `exec: raml-code-generator: not found` bug fixed for `release:clients` command + ## 11.4.1 ### Changed - Fix generated php method return type when using annotation `(stream_response)`