chore(release): 1.1.0

This commit is contained in:
Fabio Di Stasio 2023-04-18 09:17:17 +02:00
parent ec320c79c0
commit 939f7212c2
3 changed files with 10 additions and 3 deletions

View File

@ -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)

4
package-lock.json generated
View File

@ -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": {

View File

@ -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": {