Skip to content

Commit

Permalink
Version 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
warriordog committed Jun 16, 2022
1 parent f8fe4f7 commit 964a35e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* 2.x.x
* 2.0.x
* 2.1.5 - 2022-06-15
* Enable standalone builds
* 2.1.4 - 2022-06-15
* Fix missing newline in output of `--list-rules`
* Normalize `/generic` rules
Expand Down
Empty file modified little-log-scan.bat
100644 → 100755
Empty file.
Empty file modified little-log-scan.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "little-log-scan",
"version": "2.1.4",
"version": "2.1.5",
"description": "Scan log files for suspicious strings",
"homepage": "https://github.com/warriordog/little-log-scan",
"bugs": "https://github.com/warriordog/little-log-scan/issues",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */

export const logScanVersion = 'little-log-scan version 2.1.4 (2022-06-15)';
export const logScanVersion = 'little-log-scan version 2.1.5 (2022-06-15)';

export * from './cleaner/cleaner.js';
export * from './cleaner/cleaners.js';
Expand Down

0 comments on commit 964a35e

Please sign in to comment.