From 939f7212c20f1100ebed90fe02acb80df2874df6 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Tue, 18 Apr 2023 09:17:17 +0200 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a88d288..0061cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.0](https://github.com/Fabio286/mizar/compare/v1.0.1...v1.1.0) (2023-04-18) + + +### Features + +* icons for message formats ([ec320c7](https://github.com/Fabio286/mizar/commit/ec320c79c0caacad7b35bbfcf3d5f53a028ac347)) + ### [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 834ec2a..e295278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mizar", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mizar", - "version": "1.0.1", + "version": "1.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 76c70ad..8ce360e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mizar", "productName": "Mizar", - "version": "1.0.1", + "version": "1.1.0", "description": "A TCP client/server test/debug tool", "license": "MIT", "scripts": {