Skip to content

Commit

Permalink
doc: add CHANGELOG.md and update README.md with installing uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
mernxl committed Aug 11, 2018
1 parent ad27369 commit db646cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Semantically Released
This packages' publishing is automated by [semantic-release](https://github.com/semantic-release/semantic-release).
[Changelog](https://github.com/mernxl/mongoose-id-assigner/releases) is generated automatically and can be found here: https://github.com/mernxl/mongoose-id-assigner/releases
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ or
npm install mongoose-id-assigner
```

If you wish to use `UUIDs` FieldTypes, then you need to add this package, `uuid`.
```
yarn add uuid
```

## Basic Usage
### Plugin Options
TypeName: **AssignerOptions**
Expand Down

0 comments on commit db646cf

Please sign in to comment.