Skip to content

Commit

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

### Bug Fixes

* jest configuration standard fixes ([16131f0](16131f0))
* pre-commit changes ([d08db44](d08db44))
* removed tsx and transform in jest config ([b1bb53d](b1bb53d))

### Features

* added jest-ts module to the project ([358e84a](358e84a))
* fixed jest configuration ([5e7200d](5e7200d))
  • Loading branch information
semantic-release-bot committed Jan 31, 2019
1 parent 5f2cdd5 commit 2242e3c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.2.0](https://github.com/Enigmatis/polaris-logs/compare/v2.1.0...v2.2.0) (2019-01-31)


### Bug Fixes

* jest configuration standard fixes ([16131f0](https://github.com/Enigmatis/polaris-logs/commit/16131f0))
* pre-commit changes ([d08db44](https://github.com/Enigmatis/polaris-logs/commit/d08db44))
* removed tsx and transform in jest config ([b1bb53d](https://github.com/Enigmatis/polaris-logs/commit/b1bb53d))


### Features

* added jest-ts module to the project ([358e84a](https://github.com/Enigmatis/polaris-logs/commit/358e84a))
* fixed jest configuration ([5e7200d](https://github.com/Enigmatis/polaris-logs/commit/5e7200d))

# [2.1.0](https://github.com/Enigmatis/polaris-logs/compare/v2.0.1...v2.1.0) (2019-01-21)


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-logs",
"version": "2.1.0",
"version": "2.2.0",
"description": "A logging library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2242e3c

Please sign in to comment.