From 593173ddc729d3125bb710af984c201c9b1e4d5f Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Wed, 7 Feb 2024 21:45:45 +0100 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3409b4d..40b683e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3.0](https://github.com/Fabio286/mizar/compare/v1.2.0...v1.3.0) (2024-02-07) + + +### Features + +* de-DE translation ([38d0c8f](https://github.com/Fabio286/mizar/commit/38d0c8f2b543a6a716fe7a707bd57aafaa99f5cf)) +* pt-br translation ([6cb7452](https://github.com/Fabio286/mizar/commit/6cb74523062b7b115b093dc14768343109824ffb)) + ## [1.2.0](https://github.com/Fabio286/mizar/compare/v1.1.0...v1.2.0) (2023-05-26) diff --git a/package-lock.json b/package-lock.json index f220941..4ce9917 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mizar", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mizar", - "version": "1.2.0", + "version": "1.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 39cf5ce..5a2fc41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mizar", "productName": "Mizar", - "version": "1.2.0", + "version": "1.3.0", "description": "A TCP client/server test/debug tool", "license": "MIT", "scripts": {