Small fix to add created or modified to the body correctly.
Below was my original fix but didn't want to change file flow
```js
meta[body.created ? 'modified' : 'created'] = props.env.getCurrentTimeAdjusted()
```
Great job with the all the Annotation packages, thank you.