From 7a43fc9639854b2982024e20c35300982ec5cd0c Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sun, 16 Apr 2023 11:54:34 +0200 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6b7d3..a88d288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/Fabio286/mizar/compare/v1.0.0...v1.0.1) (2023-04-16) + ## 1.0.0 (2023-04-16) diff --git a/package-lock.json b/package-lock.json index fed3355..8305250 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mizar", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mizar", - "version": "1.0.0", + "version": "1.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2f980a0..b5d7347 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mizar", "productName": "Mizar", - "version": "1.0.0", + "version": "1.0.1", "description": "A TCP client/server test/debug tool", "license": "MIT", "scripts": {