Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Oct 13, 2023
1 parent 7926ebe commit c7da918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A tiny, intuitive, type-friendly logger for Node.js.

- **Tiny**. [~1kB gzipped](https://bundlephobia.com/package/rslog@1).
- **Tiny**. [1.9kB gzipped](https://bundlephobia.com/package/rslog@1).
- **Clean**. Zero dependencies.
- **Intuitive**. Clear log prefix.
- **Type-friendly**. Written in TypeScript.
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": "rslog",
"version": "1.0.0",
"version": "1.1.0",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.mjs",
Expand Down

0 comments on commit c7da918

Please sign in to comment.