Skip to content

Commit

Permalink
add CHANGELOG and edit README errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nickesc committed Jul 30, 2023
1 parent ab3237d commit d7db922
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# `loggedmessage` Change Log

## v1.1.0 - 7/29/23

### Added:
- added `printm` function

### Changed:
- edited JSDoc comments and documentation formatting
- edited README and added new information

## v1.1.1 - 7/29/23

### Added:
- added a Change Log

### Changed:
- edited README errors
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ printm("printed message", "& additional output");
printed message & additional output
```

**Returns ( [*`Array`*][3] )** an array of the arguments passed.
**Returns [*`Array`*][3]** an array of the arguments passed.


[1]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loggedmessage",
"version": "1.1.0",
"version": "1.1.1",
"description": "a simple but flexible console logging library with common-sense builtin functions and defaults",
"type": "module",
"main": "loggedmessage.js",
Expand Down

0 comments on commit d7db922

Please sign in to comment.