We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b88ea6b + d05a8e6 commit 92379c9Copy full SHA for 92379c9
2 files changed
CHANGELOG.md
@@ -2,6 +2,25 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.1.2] - 2024-09-04
6
+
7
+### 🚀 Features
8
9
+- Add release workflow to publish on npm
10
11
+### 📚 Documentation
12
13
+- Replace gh release badge with npm
14
+- Wrap npm and codecov badges with href
15
+- Add contributing section
16
+- Add usage instructions
17
18
+### ⚙️ Miscellaneous Tasks
19
20
+- *(release)* Add missing build step
21
+- Add GH release badge
22
+- *(release)* Add missing registry-url variable for node action
23
24
## [0.1.1] - 2024-09-04
25
26
### 🚀 Features
package.json
@@ -1,6 +1,6 @@
1
{
"name": "simplelog-decorator",
- "version": "0.1.1",
+ "version": "0.1.2",
"license": "MIT",
"type": "module",
"author": {
0 commit comments