From 57350571eb068b4424670f829e8b449bb564da34 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Fri, 26 May 2023 09:09:28 +0200 Subject: [PATCH] chore(release): 1.2.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 0061cd4..3409b4d 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.2.0](https://github.com/Fabio286/mizar/compare/v1.1.0...v1.2.0) (2023-05-26) + + +### Features + +* italian translation ([54818a1](https://github.com/Fabio286/mizar/commit/54818a1995d5151401671e2ba8db57c8eee22782)) + ## [1.1.0](https://github.com/Fabio286/mizar/compare/v1.0.1...v1.1.0) (2023-04-18) diff --git a/package-lock.json b/package-lock.json index e295278..f44aeb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mizar", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mizar", - "version": "1.1.0", + "version": "1.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a6f002f..afed473 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mizar", "productName": "Mizar", - "version": "1.1.0", + "version": "1.2.0", "description": "A TCP client/server test/debug tool", "license": "MIT", "scripts": {