From 663c1fa7f35b8d9030c03c3cc488d1de6a6c60e9 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:31:17 -0600 Subject: [PATCH] 10.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c91baa..c65ae73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axe", "description": "Axe is a logger-agnostic wrapper that normalizes logs regardless of argument style. Great for large development teams, old and new projects, and works with Pino, Bunyan, Winston, console, and more. It is lightweight, performant, highly-configurable, and automatically adds OS, CPU, and Git information to your logs. It supports hooks (useful for masking sensitive data) and dot-notation remapping, omitting, and picking of log metadata properties. Made for Forward Email, Lad, and Cabin.", - "version": "10.0.0", + "version": "10.0.1", "author": "Nick Baugh (http://niftylettuce.com)", "browser": { "parse-app-info": false