From a716dc872616263c2ab65aaafb45d364053509c4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Sep 2024 06:20:11 +0000 Subject: [PATCH] chore(release): version 4.1.2 [skip ci] --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- package-lock.json | 4 ++-- package.json | 2 +- packages/aur/pkgbuild/PKGBUILD | 2 +- packages/chocolatey/crowdin-cli.nuspec | 2 +- packages/exe/CrowdinCLIInstaller.iss | 2 +- src/main/resources/crowdin.properties | 2 +- 8 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dba7aeb..94965690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.2](https://github.com/crowdin/crowdin-cli/compare/4.1.1...4.1.2) (2024-09-06) + + +### Bug Fixes + +* check strings upload status ([#836](https://github.com/crowdin/crowdin-cli/issues/836)) ([e6e1416](https://github.com/crowdin/crowdin-cli/commit/e6e14169f52e73005e9767a0f87eecf43d5ee54f)) + ## [4.1.1](https://github.com/crowdin/crowdin-cli/compare/4.1.0...4.1.1) (2024-07-26) diff --git a/build.gradle b/build.gradle index e52b5a17..846409dd 100755 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group 'com.crowdin' -version '4.1.1' +version '4.1.2' sourceCompatibility = '17' diff --git a/package-lock.json b/package-lock.json index f98b0529..8859d468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crowdin/cli", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@crowdin/cli", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index ba9bca0d..7788294a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "4.1.1", + "version": "4.1.2", "bin": { "crowdin": "jdeploy-bundle/jdeploy.js" }, diff --git a/packages/aur/pkgbuild/PKGBUILD b/packages/aur/pkgbuild/PKGBUILD index 28b4f475..350e1950 100644 --- a/packages/aur/pkgbuild/PKGBUILD +++ b/packages/aur/pkgbuild/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Senya pkgname=crowdin-cli -pkgver=4.1.1 +pkgver=4.1.2 pkgrel=1 pkgdesc="Command line tool that allows you to manage and synchronize localization resources with your Crowdin project" url="https://support.crowdin.com/cli-tool/" diff --git a/packages/chocolatey/crowdin-cli.nuspec b/packages/chocolatey/crowdin-cli.nuspec index c3760fb3..5bbcf240 100644 --- a/packages/chocolatey/crowdin-cli.nuspec +++ b/packages/chocolatey/crowdin-cli.nuspec @@ -2,7 +2,7 @@ crowdin-cli - 4.1.1 + 4.1.2 https://github.com/crowdin/crowdin-cli/tree/main/packages/chocolatey crowdin Crowdin CLI (Portable) diff --git a/packages/exe/CrowdinCLIInstaller.iss b/packages/exe/CrowdinCLIInstaller.iss index cf7f4507..2b70f4d1 100644 --- a/packages/exe/CrowdinCLIInstaller.iss +++ b/packages/exe/CrowdinCLIInstaller.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Crowdin" -#define MyAppVersion "4.1.1" +#define MyAppVersion "4.1.2" #define MyAppPublisher "OU Crowdin" #define MyAppURL "https://crowdin.github.io/crowdin-cli" #define MyAppExeName "crowdin-cli.jar" diff --git a/src/main/resources/crowdin.properties b/src/main/resources/crowdin.properties index a9dd295e..3f628c1f 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,4 +1,4 @@ application.name=crowdin-cli -application.version=4.1.1 +application.version=4.1.2 application.base_url=https://api.crowdin.com application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt