From 6d713f8bce6beebfc12cb8ff4a12ee775a9cb83d Mon Sep 17 00:00:00 2001 From: Arty Buldauskas Date: Fri, 27 Oct 2023 11:38:39 -0400 Subject: [PATCH] verson 0.1.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed87f0e..7675ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0 - Refactor + +- Rework internal logic, bump to `0.1.0` + ## 0.0.30 - Turn off cors mode - Turn off cors mode fix issue with multi headers diff --git a/package.json b/package.json index 37cf587..8032c7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jambox", - "version": "0.0.30", + "version": "0.1.0", "description": "Tool for recording and playing back HTTP requests.", "bin": { "jam": "./jam.mjs",