Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuskoman committed Apr 15, 2022
1 parent b26540e commit da3fdd8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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.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)


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": "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",
Expand Down

0 comments on commit da3fdd8

Please sign in to comment.