From a9b0788718705b03013681faea0abb4d80402d60 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 8 Aug 2024 08:52:35 +0200 Subject: [PATCH] chore(release): v0.6.1 (#184) --- 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 b9ebf5f..fdabc4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/bundler", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/bundler", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", diff --git a/package.json b/package.json index 4180e31..f2e0f88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/bundler", - "version": "0.6.0", + "version": "0.6.1", "description": "Bundle references from an single AsyncAPI document into a single file.", "main": "lib/index.js", "types": "lib/index.d.ts",