Skip to content

Commit

Permalink
Deleting file shouldn't be there for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Malick-Tammal committed Apr 26, 2024
1 parent c7355bd commit 00870e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

| Version | Date | Comment |
| ------- | --------- | -------------------------------------- |
| 1.0.2 | 2024-4-26 | Deleting file shouldn't be there |
| 1.0.2 | 2024-4-26 | Arranging files and adding code snippet |
| 1.0.1 | 2024-4-26 | Cleaning the code |
| 1.0.0 | 2024-4-24 | Initial release |
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</p>

<p align="center">
<img alt="Version" src="https://img.shields.io/badge/version-1.0.2-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-1.0.3-blue.svg?cacheSeconds=2592000" />
<a href="https://github.com/Malick-Tammal/battery_util/blob/main/README.md" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
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": "battery_util",
"version": "1.0.2",
"version": "1.0.3",
"description": "nodeJS package to get information about laptop battery",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 00870e3

Please sign in to comment.