Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Apr 29, 2020
1 parent 951dd32 commit d142fb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.2] - 2020-04-29
### Fixed
- Some README.md path fixes

## [1.0.1] - 2020-04-29
### Fixed
- Some README.md path fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = helper({
}
});
```
:warning: If they exist, delete the functions from the` path/to/root/[MS_PATH]/serverless/functions.json` file.
:warning: If they exist, delete the functions from the `./serverless/functions.json` file.

### Schemas
Add schemas for the Client Created event listener and the Create Client API post. Subscribe to events.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janiscommerce/client-creator",
"version": "1.0.1",
"version": "1.0.2",
"description": "A packge that wraps all the client creation in a JANIS Service",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d142fb3

Please sign in to comment.