Skip to content

Commit 849fe59

Browse files
committed
Merge branch 'release/0.1.5' into develop
2 parents 89c5446 + 3ad2f9d commit 849fe59

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-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

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)