How do I fix a bug from a release, without loosing the changes of the new releases.
@julieta
Hey there Once you publish v1.1, that is the exact code the version 1.1 will be forever. You cannot hot fix retroactively, you'll need to revert the editor to that version, create the fix, then push a new release version and publish it. After doing that you could revert the editor to the state before you switched to that older version but it won't include the bug fix that you created.