Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.1...v2.3.0) (2019-03-26)

### Features

* **mongo-driver:** support new mongo driver ([09ca797](09ca797))
* **mongo-driver:** support new mongo driver ([8795c22](8795c22))
* **subscription:** support subscription ([3a9d5d7](3a9d5d7))
  • Loading branch information
semantic-release-bot committed Mar 26, 2019
1 parent a51e546 commit 1fbf488
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.3.0](https://github.com/Enigmatis/polaris/compare/v2.2.1...v2.3.0) (2019-03-26)


### Features

* **mongo-driver:** support new mongo driver ([09ca797](https://github.com/Enigmatis/polaris/commit/09ca797))
* **mongo-driver:** support new mongo driver ([8795c22](https://github.com/Enigmatis/polaris/commit/8795c22))
* **subscription:** support subscription ([3a9d5d7](https://github.com/Enigmatis/polaris/commit/3a9d5d7))

## [2.2.1](https://github.com/Enigmatis/polaris/compare/v2.2.0...v2.2.1) (2019-03-05)


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",
"version": "2.2.1",
"version": "2.3.0",
"description": "An express graphql js engine",
"main": "./dist/src/main.js",
"types": "./dist/src/main.d.ts",
Expand Down

0 comments on commit 1fbf488

Please sign in to comment.