Skip to content

Commit 366960c

Browse files
committed
Issue #111: Add a note in the README about node lts 18 and update changelog
1 parent d331089 commit 366960c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ The following general sections are available:
2222

2323
**Using typescript-logging version 1?**
2424

25-
Please visit [https://github.com/vauxite-org/typescript-logging/tree/release-1.x](https://github.com/vauxite-org/typescript-logging/tree/release-1.x)
25+
Please visit
26+
[https://github.com/vauxite-org/typescript-logging/tree/release-1.x](https://github.com/vauxite-org/typescript-logging/tree/release-1.x)
2627
for more details. Consider upgrading to the latest version.
2728

2829
**Version 2 of typescript-logging is _not_ compatible with version 1**
@@ -143,6 +144,8 @@ function example(value: string) {
143144

144145
## Build
145146

147+
Please make sure to have node 18 LTS installed.
148+
146149
To locally build the logging flavors. The easiest is to run the ./initialize.sh script:
147150

148151
```shell
@@ -192,7 +195,7 @@ npm run build # Run inside respective test-integration project. Builds test we
192195

193196
## Bugs
194197

195-
If you encounter a bug please log it in the issue tracker of this repository and make sure to specify what flavor
198+
If you encounter a bug please log it in the issue tracker of this repository and make sure to specify what flavor
196199
(style) you are using.
197200

198201
## Contributing

documentation/change_log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This page describes the relevant changes per version since 2.0.0 release.
44

5+
* 2.1.0
6+
* Dev dependencies updated (to get rid of vulnerability warnings), these have no influence on the production
7+
release and are used during the build only.
8+
59
* 2.0.2
610
* Fix issue https://github.com/vauxite-org/typescript-logging/issues/102 for both flavors, where LogLevel.Trace was
711
erroneously set to LogLevel.Error (default) when custom config was provided.

0 commit comments

Comments
 (0)