Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-beta.6](v5.0.0-beta.5...v5.0.0-beta.6) (2021-01-05)

### Bug Fixes

* Add jenkins ([#98](#98)) ([998f4fc](998f4fc)), closes [#85](#85) [#84](#84) [#85](#85) [#84](#84) [#83](#83) [#96](#96)

### Features

* replaced travis to jenkins ([#97](#97)) ([f660282](f660282))

### BREAKING CHANGES

* updated and added new log properties (#83)

* feat!: updated and added new log properties
* updated and added new log properties

* refactor: update npm packages

* refactor: cr fixes

* refactor: another cr fixes
* removed files related configurations.

* refactor!: entity must have an id

Co-authored-by: itaykl <[email protected]>
Co-authored-by: osher-sade <[email protected]>

Co-authored-by: itaykl <[email protected]>
Co-authored-by: itaykl <[email protected]>
Co-authored-by: osher-sade <[email protected]>

* chore(release): 5.0.0 [skip ci]

# [5.0.0](v4.2.1...v5.0.0) (2020-11-09)
  • Loading branch information
semantic-release-bot committed Jan 5, 2021
1 parent bae6c20 commit f8eba84
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# [5.0.0-beta.6](https://github.com/Enigmatis/polaris-logs/compare/v5.0.0-beta.5...v5.0.0-beta.6) (2021-01-05)


### Bug Fixes

* Add jenkins ([#98](https://github.com/Enigmatis/polaris-logs/issues/98)) ([998f4fc](https://github.com/Enigmatis/polaris-logs/commit/998f4fca23a1a1ca8aa49c647ffacca29e41c474)), closes [#85](https://github.com/Enigmatis/polaris-logs/issues/85) [#84](https://github.com/Enigmatis/polaris-logs/issues/84) [#85](https://github.com/Enigmatis/polaris-logs/issues/85) [#84](https://github.com/Enigmatis/polaris-logs/issues/84) [#83](https://github.com/Enigmatis/polaris-logs/issues/83) [#96](https://github.com/Enigmatis/polaris-logs/issues/96)


### Features

* replaced travis to jenkins ([#97](https://github.com/Enigmatis/polaris-logs/issues/97)) ([f660282](https://github.com/Enigmatis/polaris-logs/commit/f6602829ea8c68f2fa1afc10ba04243329451b91))


### BREAKING CHANGES

* updated and added new log properties (#83)

* feat!: updated and added new log properties
* updated and added new log properties

* refactor: update npm packages

* refactor: cr fixes

* refactor: another cr fixes
* removed files related configurations.

* refactor!: entity must have an id

Co-authored-by: itaykl <[email protected]>
Co-authored-by: osher-sade <[email protected]>

Co-authored-by: itaykl <[email protected]>
Co-authored-by: itaykl <[email protected]>
Co-authored-by: osher-sade <[email protected]>

* chore(release): 5.0.0 [skip ci]

# [5.0.0](https://github.com/Enigmatis/polaris-logs/compare/v4.2.1...v5.0.0) (2020-11-09)

# [5.0.0-beta.5](https://github.com/Enigmatis/polaris-logs/compare/v5.0.0-beta.4...v5.0.0-beta.5) (2020-11-25)


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": "5.0.0-beta.5",
"version": "5.0.0-beta.6",
"description": "A logging library",
"main": "dist/src/main.js",
"types": "dist/src/main.d.ts",
Expand Down

0 comments on commit f8eba84

Please sign in to comment.