Skip to content

Commit 9dc2c19

Browse files
committed
Merge branch 'release/0.1.5'
2 parents 1633d9d + 3ad2f9d commit 9dc2c19

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22

33
All 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

78
A simple logger built as class decorator, amplify like.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplelog-decorator",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"license": "MIT",
55
"type": "module",
66
"author": {

0 commit comments

Comments
 (0)