diff --git a/package-lock.json b/package-lock.json index 6656caf..4bf3c9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microcks/microcks-testcontainers", - "version": "0.2.6", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microcks/microcks-testcontainers", - "version": "0.2.6", + "version": "0.3.0", "license": "Apache-2.0", "dependencies": { "testcontainers": "^10.10.4" diff --git a/package.json b/package.json index 82e66d7..e9fa7b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microcks/microcks-testcontainers", - "version": "0.2.6", + "version": "0.3.0", "author": "Laurent Broudoux ", "description": "Node/TypeScript library for Testcontainers that enables embedding Microcks into your unit tests with lightweight, throwaway instance thanks to containers", "type": "module",