Skip to content

Commit 35df14f

Browse files
committed
Version 3.0.1.
1 parent 918f8a7 commit 35df14f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ To run the application, have Docker and Docker Compose installed, and run `docke
1313

1414
## Version History
1515

16+
### v3.0.1 - 9/25/2025
17+
* Fix path traversal attempts throwing errors.
18+
* Package updates.
19+
1620
### v3.0.0 - 4/7/2025
1721
* Major refactor.
1822
* Package updates.

logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tis.roncli.com-logging",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "gelf logging for tis.roncli.com.",
55
"homepage": "https://github.com/roncli/tis.roncli.com",
66
"bugs": {

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tis.roncli.com-node",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "The site that allows users to search old Trax in Space 1 files.",
55
"homepage": "https://github.com/roncli/tis.roncli.com",
66
"bugs": {

0 commit comments

Comments
 (0)