Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-beta.4](v5.0.0-beta.3...v5.0.0-beta.4) (2020-11-24)

### Bug Fixes

* fix log properties structure and logic ([362fd2e](362fd2e))
* fix log properties structure and logic ([#91](#91)) ([ef63dd6](ef63dd6)), closes [#85](#85) [#84](#84) [#85](#85) [#84](#84) [#83](#83)

### 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 <itaykl123@gmail.com>
Co-authored-by: osher-sade <osher.sade@gmail.com>

Co-authored-by: itaykl <43351063+itaykl@users.noreply.github.com>
Co-authored-by: itaykl <itaykl123@gmail.com>
Co-authored-by: osher-sade <osher.sade@gmail.com>

* 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 Nov 24, 2020
1 parent 362fd2e commit 9face7f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# [5.0.0-beta.4](https://github.com/Enigmatis/polaris-logs/compare/v5.0.0-beta.3...v5.0.0-beta.4) (2020-11-24)


### Bug Fixes

* fix log properties structure and logic ([362fd2e](https://github.com/Enigmatis/polaris-logs/commit/362fd2e54b8d8d7a717567ddb085acc05912596d))
* fix log properties structure and logic ([#91](https://github.com/Enigmatis/polaris-logs/issues/91)) ([ef63dd6](https://github.com/Enigmatis/polaris-logs/commit/ef63dd696797c4fd0dbd7fd5f84e550a63308ba1)), 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)


### 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 <itaykl123@gmail.com>
Co-authored-by: osher-sade <osher.sade@gmail.com>

Co-authored-by: itaykl <43351063+itaykl@users.noreply.github.com>
Co-authored-by: itaykl <itaykl123@gmail.com>
Co-authored-by: osher-sade <osher.sade@gmail.com>

* 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.3](https://github.com/Enigmatis/polaris-logs/compare/v5.0.0-beta.2...v5.0.0-beta.3) (2020-11-16)


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

0 comments on commit 9face7f

Please sign in to comment.