Skip to content

Commit

Permalink
chore(release): 1.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.9](v1.0.8...v1.0.9) (2020-01-28)

### Bug Fixes

* add the ability to send logger configuration or a logger ([8939235](8939235))
* add the ability to send logger configuration or a logger ([9c13d59](9c13d59))
* added import to default context ([914850b](914850b))
* code review fixes ([4e40e72](4e40e72))
* updated ([3c661e7](3c661e7))
* updated dependencies ([592e736](592e736))
  • Loading branch information
semantic-release-bot committed Jan 28, 2020
1 parent 268c613 commit ae9d015
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.9](https://github.com/Enigmatis/polaris-core/compare/v1.0.8...v1.0.9) (2020-01-28)


### Bug Fixes

* add the ability to send logger configuration or a logger ([8939235](https://github.com/Enigmatis/polaris-core/commit/89392359029ec87c490ad88ed4479bd7cd621ecb))
* add the ability to send logger configuration or a logger ([9c13d59](https://github.com/Enigmatis/polaris-core/commit/9c13d59d1e87d39e0a01e2ca668e4ff6f884b4d8))
* added import to default context ([914850b](https://github.com/Enigmatis/polaris-core/commit/914850b477738f082ece9e9b0225816e50b4e5f9))
* code review fixes ([4e40e72](https://github.com/Enigmatis/polaris-core/commit/4e40e722f1a9fd7e81574003860030e90db6f19f))
* updated ([3c661e7](https://github.com/Enigmatis/polaris-core/commit/3c661e796e9cd39007a52bb41e6ebe0af48a9fb3))
* updated dependencies ([592e736](https://github.com/Enigmatis/polaris-core/commit/592e736318907ddbf3b0d23e813df8bb2c1b0e64))

## [1.0.8](https://github.com/Enigmatis/polaris-core/compare/v1.0.7...v1.0.8) (2020-01-09)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enigmatis/polaris-core",
"version": "1.0.8",
"version": "1.0.9",
"description": "Create a node js graphql service easily",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit ae9d015

Please sign in to comment.