Retype version 1.8.1 has been released 😺 😺
Featuring
- Add broader checks for unresolved links (see #112). For instance, if a link to
../components
is created, Retype will now try to resolve the path to any of the following:../components.md
../components/index.md
../components/readme.md
../components/default.md
- Allow inline Markdown components for
author
,title
, andlabel
page configs (see #114). Block-level Markdown components will be ignored for those configs.
NOTE: This release failed to run properly if the NPM package was installed. 🧐 We didn't notice that our NPM Access Token had expired between the v1.8.0
and v1.8.1
releases. The expired NPM token caused our automated release process to fail. Sorry about that. 😩 Once we figured out what was going wrong, a new NPM Access Token was set and v1.8.2
was released. We have added NPM token pre-checks and verifications to the automated release process to hopefully prevent the issue from ever happening again.
Please check out the Getting Started guide to get up and running with Retype v1.8.1
within just a few seconds.