Version 2.1.2 fixes an issue that could cause a crash with certain valid configurations of the admin bar module.
We expect to push out patchlevels on a roughly weekly basis as needed, however sometimes a fix is needed more urgently.
This is a patchlevel update only; no feature changes or additions.
Reminder: all you have to do is type "npm update", unless your package.json is old and has a github URL for the apostrophe module instead of a version number.
If it does have a github URL, change it to:
"dependencies": {
"apostrophe": "^2.0.0"
}
Thanks!