Skip to content

Commit

Permalink
docs: update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
4lessandrodev committed Apr 12, 2023
1 parent c9d5824 commit 3b29a30
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.

---

### [0.0.15] - 2023-04-12
### Feat

- step: feat added `mask` method to step instance. Now Its possible to hidden values with * char.

---

### [0.0.14] - 2023-03-31
### Feat
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ts-logs - beta
# ts-logs
Understand what happens in your application. Manage your logs and audit the steps of each request.

<a href="https://www.npmjs.com/package/ts-logs" rel="nofollow" class="keychainify-checked">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-logs",
"description": "This package provide a skd for audit and manager logs in nodejs and express",
"version": "0.0.14",
"version": "0.0.15",
"main": "index.js",
"types": "index.d.ts",
"author": "Alessandro Dev",
Expand Down

0 comments on commit 3b29a30

Please sign in to comment.