Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Isidro A. López G committed May 30, 2022
1 parent 7bc3ec1 commit 395b616
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

The format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.2](https://github.com/ialopezg/custom-logger-service/compare/v0.2.1...v0.2.2) (2022-05-30)


### Features

* code refactoring, unit test, and utilities ([3fde761](https://github.com/ialopezg/custom-logger-service/commits/3fde7611ef258b25c84eb741aa67cd3284a24170))
* update examples ([5921fa6](https://github.com/ialopezg/custom-logger-service/commits/5921fa6fbe8eecda345017c3f853edbcdab84e00))
* update unit tests ([92100f5](https://github.com/ialopezg/custom-logger-service/commits/92100f539a095d0695e2b2ea9c7451018cf17bd3))


### Bug Fixes

* debug and log colors ([235bca7](https://github.com/ialopezg/custom-logger-service/commits/235bca770f9c47452436e7b079c541e98a4007cd))
* issue on LoggerService when useContext is false ([0f1a36e](https://github.com/ialopezg/custom-logger-service/commits/0f1a36ef696949cad705f4fab5464ae557a63b3f))
* repository links in .versionrc.json file ([7bc3ec1](https://github.com/ialopezg/custom-logger-service/commits/7bc3ec1be44ea88465c22289e99056204d03cdb7))

## [0.2.1] - 2020-04-28

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": "custom-logger-service",
"version": "0.2.1",
"version": "0.2.2",
"description": "Custom Logger for Apps and API Services",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 395b616

Please sign in to comment.