Skip to content

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva committed Sep 4, 2024
2 parents b88ea6b + d05a8e6 commit 92379c9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file.

## [0.1.2] - 2024-09-04

### 🚀 Features

- Add release workflow to publish on npm

### 📚 Documentation

- Replace gh release badge with npm
- Wrap npm and codecov badges with href
- Add contributing section
- Add usage instructions

### ⚙️ Miscellaneous Tasks

- *(release)* Add missing build step
- Add GH release badge
- *(release)* Add missing registry-url variable for node action

## [0.1.1] - 2024-09-04

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplelog-decorator",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"type": "module",
"author": {
Expand Down

0 comments on commit 92379c9

Please sign in to comment.