Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.1](v1.4.1...v2.0.0-beta.1) (2020-03-04)

### Bug Fixes

* space ([4d9a911](4d9a911))
* space ([94553b1](94553b1))
* **extensions:** fixed extensions being overridden ([2335e0a](2335e0a))
* **extensions:** fixed extensions being overridden ([f836b07](f836b07))
* ip in context is now taken from the request ([f287d54](f287d54))

### Features

* new types ([f8ad431](f8ad431))
* new types ([7c50343](7c50343))
* new types ([c73f624](c73f624))
* new types ([f1ef79e](f1ef79e))
* new types ([dde9000](dde9000))
* new types ([342a37d](342a37d))
* refactored the way custom context was handled ([db272a4](db272a4))

* refactor: ([726f4f8](726f4f8))

### BREAKING CHANGES

* polaris types
  • Loading branch information
semantic-release-bot committed Mar 4, 2020
1 parent 2895af9 commit 3ce5a9e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [2.0.0-beta.1](https://github.com/Enigmatis/polaris-core/compare/v1.4.1...v2.0.0-beta.1) (2020-03-04)


### Bug Fixes

* space ([4d9a911](https://github.com/Enigmatis/polaris-core/commit/4d9a9114f2f39c0d484ef01b5f39843be0448cb7))
* space ([94553b1](https://github.com/Enigmatis/polaris-core/commit/94553b11c081ced7ad299f7390ae474356dfc91a))
* **extensions:** fixed extensions being overridden ([2335e0a](https://github.com/Enigmatis/polaris-core/commit/2335e0a46e43a999699cf374f0014ebf26b1ec94))
* **extensions:** fixed extensions being overridden ([f836b07](https://github.com/Enigmatis/polaris-core/commit/f836b078e33f88ca1d4aa1028de7776f7d0e8cbe))
* ip in context is now taken from the request ([f287d54](https://github.com/Enigmatis/polaris-core/commit/f287d541120001b12f429e46dc7af61bfa528c9c))


### Features

* new types ([f8ad431](https://github.com/Enigmatis/polaris-core/commit/f8ad431315840305ac1172fa59fbb42046bba57b))
* new types ([7c50343](https://github.com/Enigmatis/polaris-core/commit/7c503431a23f7e9c23c38c4a53cc4fb7bd102cbb))
* new types ([c73f624](https://github.com/Enigmatis/polaris-core/commit/c73f624fb563d554f5c770e00361da99b0c53b5d))
* new types ([f1ef79e](https://github.com/Enigmatis/polaris-core/commit/f1ef79e01dcfa8b23df14e692b6adfe724a7b6af))
* new types ([dde9000](https://github.com/Enigmatis/polaris-core/commit/dde9000ffcfba24a1e235b567f4b78ac44b4cef3))
* new types ([342a37d](https://github.com/Enigmatis/polaris-core/commit/342a37d7f36db1f63e80678bfa5f260411584650))
* refactored the way custom context was handled ([db272a4](https://github.com/Enigmatis/polaris-core/commit/db272a41c9333268134990472c0e933ab8016bde))


* refactor: ([726f4f8](https://github.com/Enigmatis/polaris-core/commit/726f4f8d78d31c2b21855f7e5ddd5f91c732b725))


### BREAKING CHANGES

* polaris types

# [2.0.0-development.2](https://github.com/Enigmatis/polaris-core/compare/v2.0.0-development.1...v2.0.0-development.2) (2020-03-04)


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": "2.0.0-development.2",
"version": "2.0.0-beta.1",
"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 3ce5a9e

Please sign in to comment.