File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.1.4] - 2024-09-06
6+
7+ ### ⚙️ Miscellaneous Tasks
8+
9+ - Add repo section
10+ - Remove src folder on npm
11+
12+ ### Release
13+
14+ - Bump to 0.1.4
15+
516## [ 0.1.2] - 2024-09-04
617
718### 🚀 Features
Original file line number Diff line number Diff line change 11{
22 "name" : " simplelog-decorator" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.4 " ,
44 "license" : " MIT" ,
55 "type" : " module" ,
66 "author" : {
7788 "name" : " Mateo Sheshi" ,
99 "url" : " https://github.com/devsheva"
1010 },
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " https://github.com/devsheva/simplelog"
14+ },
1115 "main" : " dist/logger.js" ,
1216 "types" : " dist/logger.d.ts" ,
1317 "description" : " A simple logging library" ,
2024 "vitest" : " ^2.0.5"
2125 },
2226 "files" : [
23- " dist" ,
24- " src"
27+ " dist"
2528 ],
2629 "keywords" : [
2730 " typescript" ,
You can’t perform that action at this time.
0 commit comments