Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Apr 29, 2020
1 parent 7f77905 commit b80dbbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Added:
- APICreate
- clientFunctions
- ClientModelIndexes
- ListenerCreated
- ModelClient

## [1.0.0] - 2020-04-29
### Added
- APICreate
- ListenerCreated
- ModelClient
- ClientModelIndexes
- clientFunctions
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ At `path/to/root/[MS_PATH]/schemas/mongo/core.js`
```js
'use strict';

const { clientModelIndexes } = require('@janiscommerce/client-creator');
const { clientModelIndexes } = require('@janiscommerce/client-creator');

module.exports = {
core: {
Expand Down

0 comments on commit b80dbbc

Please sign in to comment.