Features
- Data block now support wrap mode, this will disable horizontal scrolling, and
long text will be split to a new line. You can enable this by--wrap
or
-w
command line option. To change the default behavior, adddata.wrap = true
in config file. (#104)

What's Changed
- build(deps): bump the all group across 1 directory with 6 updates by @dependabot[bot] in #105
- feat(data): support wrap mode by @fioncat in #108
Full Changelog: v0.6.1...v0.6.2