Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mualig committed Apr 8, 2022
1 parent ffa9e87 commit 81426a1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## [1.1.0](https://github.com/s3pweb/s3pweb-logger/compare/v1.0.4...v1.1.0) (2022-04-08)


### Features

* **configuration:** convert some config values because environment variables are strings ([00439cc](https://github.com/s3pweb/s3pweb-logger/commit/00439cc3ca8e018dcc771d1c0ba3b76f937a7dd6))


### Other

* **deps-dev:** remove eslint-config-prettier ([9b4c8f2](https://github.com/s3pweb/s3pweb-logger/commit/9b4c8f238802fb36916685ce6552250328ecfc03))
* **deps-dev:** update to [email protected] ([4f292dd](https://github.com/s3pweb/s3pweb-logger/commit/4f292dd02db7f5ef2cf78c4794f606068874e3e0))
* **deps-dev:** update to [email protected] ([c425f6f](https://github.com/s3pweb/s3pweb-logger/commit/c425f6f0ac58089577e547e8750b1d651c3b9f54))
* **deps-dev:** update to [email protected] ([600fa6f](https://github.com/s3pweb/s3pweb-logger/commit/600fa6f12dc91ab069ce9ef961420dcacb197025))
* **deps:** recreate package-lock.json to fix vulnerabilities ([0cbe715](https://github.com/s3pweb/s3pweb-logger/commit/0cbe71506bed7354b82f78e9f481e052ca6dc7cd))
* **deps:** update to [email protected] ([1612e0d](https://github.com/s3pweb/s3pweb-logger/commit/1612e0d09b834de9bf7454251cbbcb922858ae5b))
* **deps:** update to [email protected] ([be33876](https://github.com/s3pweb/s3pweb-logger/commit/be338762e900c6d858ce062340a0935dce3faeb9))

### [1.0.4](https://github.com/s3pweb/s3pweb-logger/compare/v1.0.3...v1.0.4) (2021-05-11)


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": "@s3pweb/s3pweb-logger",
"version": "1.0.4",
"version": "1.1.0",
"description": "A simple lib to log message using bunyan to console, file and logstash.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 81426a1

Please sign in to comment.