Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.6...v2.0.0) (2019-01-21)

### Features

* chack ts-lint on ci proccess ([f3d5e49](f3d5e49)), closes [#21](#21)
* **tooling:** comitizen and semantic-release added ([07ee22d](07ee22d))

### BREAKING CHANGES

* **tooling:** commit should be lint now
* commit that broke tslint check will fail on travis
  • Loading branch information
semantic-release-bot committed Jan 21, 2019
1 parent d1ccf5f commit fa5b3c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# [2.0.0](https://github.com/Enigmatis/polaris-logs/compare/v1.0.6...v2.0.0) (2019-01-21)


### Features

* chack ts-lint on ci proccess ([f3d5e49](https://github.com/Enigmatis/polaris-logs/commit/f3d5e49)), closes [#21](https://github.com/Enigmatis/polaris-logs/issues/21)
* **tooling:** comitizen and semantic-release added ([07ee22d](https://github.com/Enigmatis/polaris-logs/commit/07ee22d))


### BREAKING CHANGES

* **tooling:** commit should be lint now
* commit that broke tslint check will fail on travis
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": "0.0.0-development",
"version": "2.0.0",
"description": "A logging library",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit fa5b3c1

Please sign in to comment.