From 5228630ba28598b322100e35e1c66573d3e9716f Mon Sep 17 00:00:00 2001 From: Aaron Ault Date: Sat, 16 Mar 2024 07:53:53 -0400 Subject: [PATCH] Version bump to 5.0.0 to match new oada/client of 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7d382f..f0d7156 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oada/list-lib", - "version": "4.3.0", + "version": "5.0.0", "description": "Library for processing items in an OADA list", "main": "dist/index.js", "type": "module",