From 7da6bb0a34a409fc77905126f1361510b2a2657b Mon Sep 17 00:00:00 2001 From: Patrick Knight Date: Wed, 11 Sep 2024 14:37:55 -0400 Subject: [PATCH] chore(release): revert downgrade of audit log (#2155) --- plugins/audit-log-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/audit-log-node/package.json b/plugins/audit-log-node/package.json index d36fdcaf0f..58946702c6 100644 --- a/plugins/audit-log-node/package.json +++ b/plugins/audit-log-node/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-plugin-audit-log-node", "description": "Node.js library for the audit-log plugin", - "version": "1.0.0", + "version": "1.4.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",