Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 26 May 06:05
· 109 commits to main since this release

7.0.0 (2023-05-26)

Code Refactoring

  • remove deprecated functions createCmd and getOfMsgParams (#31) (e23f855)

BREAKING CHANGES

  • Replace calls to createCmd with an import of the cmd object.
    Replace calls to getOfMsgParams with execCmd.
    See the readme for further information.