Skip to content

Commit

Permalink
chore: Release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 2, 2021
1 parent 6b23c02 commit 5275a6d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log
# Changelog

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.

## [6.1.0](https://github.com/medikoo/log/compare/v6.0.0...v6.1.0) (2021-09-02)

### Features

- **Writer:** Allow to customize logger applicability ([8d2a4e6](https://github.com/medikoo/log/commit/8d2a4e65b7ef32df2b401a894e6c2eb85ee96f13))

### Maintenance Improvements

- Upgrade `ncjsm` to v4 ([44f1f9a](https://github.com/medikoo/log/commit/44f1f9adca909009796506614420d69c52dbcf02))
- Upgrade `type` to v2 ([e3d4aae](https://github.com/medikoo/log/commit/e3d4aaec4756b78fc678635dd5ec6f47c8d65c68))

# [6.0.0](https://github.com/medikoo/log/compare/v5.1.0...v6.0.0) (2019-04-10)

### Features
Expand Down
26 changes: 25 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log",
"version": "6.0.0",
"version": "6.1.0",
"description": "Universal pluggable logging utility",
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
"keywords": [
Expand Down Expand Up @@ -82,6 +82,30 @@
}
]
},
"standard-version": {
"skip": {
"commit": true,
"tag": true
},
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "chore",
"section": "Maintenance Improvements"
}
]
},
"scripts": {
"coverage": "nyc --reporter=lcov --reporter=html --reporter=text-summary npm test",
"check-coverage": "npm run coverage && nyc check-coverage --statements 100 --function 100 --branches 100 --lines 100",
Expand Down

0 comments on commit 5275a6d

Please sign in to comment.