From 8f3c7bd9459c64d7ca445c910ca0d104598d9248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lker=20G=2E=20=C3=96zt=C3=BCrk?= Date: Sat, 19 Mar 2022 13:06:42 +0300 Subject: [PATCH] docs(changelog): add v0.19.5 --- changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog.md b/changelog.md index 0d15025733..e5aae8d3c2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,19 @@ # Changelog +## [`v0.19.5`](https://github.com/tendermint/starport/pull/2158/commits) + +### Features + +- Enable client code and Vuex code generation for query only modules as well. +- Upgraded the Vue template to `v0.3.5`. + +### Fixes: +- Fixed snake case in code generation. +- Fixed plugin installations for Go =>v1.18. + +### Changes: +- Dropped transpilation of TS to JS. Code generation now only produces TS files. + ## `v0.19.4` ### Features