Skip to content

Commit

Permalink
Chore: (release) add version 1.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.1](v1.8.0...v1.8.1) (2024-04-05)

### Chore

* Update devDependencies (non-major) ([15a82eb](15a82eb))

### Fix

* config option name not printing as application; Minor grammar fix for unsupported logger error (#130) ([4e73cd1](4e73cd1)), closes [#130](#130) [#128](#128)
  • Loading branch information
semantic-release-bot committed Apr 5, 2024
1 parent 4e73cd1 commit 24a3870
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.8.1](https://github.com/pustovitDmytro/logger-decorator/compare/v1.8.0...v1.8.1) (2024-04-05)


### Chore

* Update devDependencies (non-major) ([15a82eb](https://github.com/pustovitDmytro/logger-decorator/commit/15a82eb1bd7bf031194eb6dfb6ca8e04f12b8ae2))

### Fix

* config option name not printing as application; Minor grammar fix for unsupported logger error (#130) ([4e73cd1](https://github.com/pustovitDmytro/logger-decorator/commit/4e73cd1e6acb6b3bcf83bdafdb37843642e3e6af)), closes [#130](https://github.com/pustovitDmytro/logger-decorator/issues/130) [#128](https://github.com/pustovitDmytro/logger-decorator/issues/128)

# [1.8.0](https://github.com/pustovitDmytro/logger-decorator/compare/v1.7.0...v1.8.0) (2024-02-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logger-decorator",
"version": "1.8.0",
"version": "1.8.1",
"description": "provides a unified and simple approach for class and function logging",
"main": "./lib",
"config": {
Expand Down

0 comments on commit 24a3870

Please sign in to comment.