Skip to content

Commit

Permalink
Merge branch 'release/0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva committed Sep 6, 2024
2 parents 92379c9 + 588f693 commit 25f32ee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.1.4] - 2024-09-06

### ⚙️ Miscellaneous Tasks

- Add repo section
- Remove src folder on npm

### Release

- Bump to 0.1.4

## [0.1.2] - 2024-09-04

### 🚀 Features
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "simplelog-decorator",
"version": "0.1.2",
"version": "0.1.4",
"license": "MIT",
"type": "module",
"author": {
"email": "[email protected]",
"name": "Mateo Sheshi",
"url": "https://github.com/devsheva"
},
"repository": {
"type": "git",
"url": "https://github.com/devsheva/simplelog"
},
"main": "dist/logger.js",
"types": "dist/logger.d.ts",
"description": "A simple logging library",
Expand All @@ -20,8 +24,7 @@
"vitest": "^2.0.5"
},
"files": [
"dist",
"src"
"dist"
],
"keywords": [
"typescript",
Expand Down

0 comments on commit 25f32ee

Please sign in to comment.