Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2019-01-31)

### Bug Fixes

* jest configuration standard fixes ([2fcf134](2fcf134))
* pre-commit changes ([932b74b](932b74b))
* removed tsx and transform in jest config ([c91fb78](c91fb78))
  • Loading branch information
semantic-release-bot committed Jan 31, 2019
1 parent 5ba6aac commit d13897b
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 @@
## [1.2.1](https://github.com/Enigmatis/polaris/compare/v1.2.0...v1.2.1) (2019-01-31)


### Bug Fixes

* jest configuration standard fixes ([2fcf134](https://github.com/Enigmatis/polaris/commit/2fcf134))
* pre-commit changes ([932b74b](https://github.com/Enigmatis/polaris/commit/932b74b))
* removed tsx and transform in jest config ([c91fb78](https://github.com/Enigmatis/polaris/commit/c91fb78))

# [1.2.0](https://github.com/Enigmatis/polaris/compare/v1.1.0...v1.2.0) (2019-01-30)


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

0 comments on commit d13897b

Please sign in to comment.