diff --git a/CHANGELOG.md b/CHANGELOG.md index bf48ea8..5417cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2.0](https://github.com/DevAndDeliver/nest-logging-transport/compare/v1.1.0...v1.2.0) (2022-04-15) + + +### Features + +* add JSON transport ([84404ba](https://github.com/DevAndDeliver/nest-logging-transport/commit/84404ba7d8dc2cdff8600a1210601df534f29e34)) + + +### Build Configuration + +* add script for addling LAST_RELEASE changelog ([7a07b7b](https://github.com/DevAndDeliver/nest-logging-transport/commit/7a07b7bbbaf3de02ceeae8e952916b7c71a54278)) +* upgrade dependencies ([81e32e4](https://github.com/DevAndDeliver/nest-logging-transport/commit/81e32e48bc4764149dc4b2dcf54187e18604dc9d)) + + +### Continuous Integration + +* use LAST_RELEASE file for getting release description ([b26540e](https://github.com/DevAndDeliver/nest-logging-transport/commit/b26540e0e6be41830e1ee87f929d254ff02cc418)) + ## [1.1.0](https://github.com/DevAndDeliver/nest-logging-transport/compare/v1.0.0...v1.1.0) (2022-04-05) diff --git a/package.json b/package.json index de3818a..a6af3d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nest-logging-transport", - "version": "1.1.0", + "version": "1.2.0", "description": "Custom NestJS logger allowing you to attach custom transports", "main": "dist/main.js", "types": "dist/main.d.ts",