Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nickesc committed Jul 30, 2023
1 parent f4167c8 commit 32d62fb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- edited JSDoc comments and documentation formatting
- edited README and added new information


## v1.1.1 - 7/29/23

### Added:
Expand All @@ -19,4 +20,15 @@

## v1.1.2 - 7/29/23
### Changed:
- Update README version...
- updated README version...


## v1.1.3 - 7/30/23

### Added:
- new `printm` tests

### Changed:
- reordered functions
- reordered tests
- edited README shields and formatting
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.2",
"version": "1.1.3",
"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 32d62fb

Please sign in to comment.