We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89c5446 + 3ad2f9d commit 849fe59Copy full SHA for 849fe59
CHANGELOG.md
@@ -2,12 +2,21 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [unreleased]
+## [0.1.5] - 2024-09-14
6
+
7
+### 📚 Documentation
8
9
+- *(badges)* Add monthly npm downloads
10
11
### 🧪 Testing
12
13
- Ensure if constructs are executing right to reach coverage of 100%
14
15
+### ⚙️ Miscellaneous Tasks
16
17
+- *(git-cliff)* Skip changelog bump parsing
18
+- Bump package to 0.1.5
19
20
## [0.1.4] - 2024-09-06
21
22
### ⚙️ Miscellaneous Tasks
package.json
@@ -1,6 +1,6 @@
1
{
"name": "simplelog-decorator",
- "version": "0.1.4",
+ "version": "0.1.5",
"license": "MIT",
"type": "module",
"author": {
0 commit comments