@quatrain/log 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,6 +37,10 @@ import { Log, LogLevel } from '@quatrain/log'
37
37
  Log.getLogger().setLevel(LogLevel.DEBUG)
38
38
  ```
39
39
 
40
+ ## Documentation
41
+
42
+ For concrete examples and usage guides, please refer to the [How-To Guide](HOWTO.md).
43
+
40
44
  ## License
41
45
 
42
46
  AGPL-3.0-only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quatrain/log",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Logger for business apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",