File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ unreleased]
5+ ## [ 0.1.5] - 2024-09-14
6+
7+ ### 📚 Documentation
8+
9+ - * (badges)* Add monthly npm downloads
610
711### 🧪 Testing
812
913- Ensure if constructs are executing right to reach coverage of 100%
1014
15+ ### ⚙️ Miscellaneous Tasks
16+
17+ - * (git-cliff)* Skip changelog bump parsing
18+ - Bump package to 0.1.5
19+
1120## [ 0.1.4] - 2024-09-06
1221
1322### ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change 22
33![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/devsheva/simplelog/qa.yml )
44[ ![ NPM Version] ( https://img.shields.io/npm/v/simplelog-decorator )] ( https://www.npmjs.com/package/simplelog-decorator )
5+ ![ NPM Downloads] ( https://img.shields.io/npm/dm/simplelog-decorator?style=plastic )
56[ ![ Codecov] ( https://img.shields.io/codecov/c/github/devsheva/simplelog )] ( https://app.codecov.io/github/devsheva/simplelog )
67
78A simple logger built as class decorator, amplify like.
Original file line number Diff line number Diff line change 11{
22 "name" : " simplelog-decorator" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.5 " ,
44 "license" : " MIT" ,
55 "type" : " module" ,
66 "author" : {
You can’t perform that action at this time.
0 commit comments