Skip to content

Commit

Permalink
Releasing version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Malick-Tammal committed May 17, 2024
1 parent 233caf8 commit ad3f82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.1.4 | 2024-5-17 | Changing batteryData() to batteryInfo() |
| 1.1.3 | 2024-5-02 | Making the code more reliable / adding better error handler |
| 1.0.3 | 2024-4-26 | Deleting file shouldn't be there |
| 1.0.2 | 2024-4-26 | Arranging files and adding code snippet |
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.1.3",
"version": "1.1.4",
"description": "nodeJS package to get information about laptop battery",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit ad3f82c

Please sign in to comment.