From e7a5b47679c6b2e987c8eb1d2fbcb202ac721595 Mon Sep 17 00:00:00 2001 From: Jakob Voss Date: Fri, 13 Dec 2024 21:32:58 +0100 Subject: [PATCH] 0.6.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ab6e7f..42100b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "avram", - "version": "0.6.7", + "version": "0.6.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "avram", - "version": "0.6.7", + "version": "0.6.8", "license": "MIT", "bin": { "avram": "bin/avram.js" diff --git a/package.json b/package.json index 5d3da53..558f572 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "avram", - "version": "0.6.7", + "version": "0.6.8", "description": "Validation with Avram Schema Language", "avram": "0.9.7", "homepage": "https://github.com/gbv/avram-js#readme",