From f80c919f7fe65ea09a49a4cc1de6d6aea5fa94ef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Sep 2024 11:52:44 +0000 Subject: [PATCH] chore(release): version 4.2.0 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 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, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94965690..d8464a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +# [4.2.0](https://github.com/crowdin/crowdin-cli/compare/4.1.2...4.2.0) (2024-09-23) + + +### Bug Fixes + +* project id env priority ([#843](https://github.com/crowdin/crowdin-cli/issues/843)) ([3f2b6db](https://github.com/crowdin/crowdin-cli/commit/3f2b6dbea3c073c91f71082e8fbe656fc405ea8d)) + + +### Features + +* branch edit ([#844](https://github.com/crowdin/crowdin-cli/issues/844)) ([cb0e8eb](https://github.com/crowdin/crowdin-cli/commit/cb0e8eb02add2095cbeca9df319e1d40c2d448de)) +* pre-translate whole project ([#845](https://github.com/crowdin/crowdin-cli/issues/845)) ([fd5dea8](https://github.com/crowdin/crowdin-cli/commit/fd5dea89346f58dea81cd36e8f6ef39f192101d2)) + ## [4.1.2](https://github.com/crowdin/crowdin-cli/compare/4.1.1...4.1.2) (2024-09-06) diff --git a/build.gradle b/build.gradle index 846409dd..df3f7246 100755 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group 'com.crowdin' -version '4.1.2' +version '4.2.0' sourceCompatibility = '17' diff --git a/package-lock.json b/package-lock.json index 8859d468..2e5df760 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crowdin/cli", - "version": "4.1.2", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@crowdin/cli", - "version": "4.1.2", + "version": "4.2.0", "license": "MIT", "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index 7788294a..530aec47 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "4.1.2", + "version": "4.2.0", "bin": { "crowdin": "jdeploy-bundle/jdeploy.js" }, diff --git a/packages/aur/pkgbuild/PKGBUILD b/packages/aur/pkgbuild/PKGBUILD index 350e1950..20ac38d1 100644 --- a/packages/aur/pkgbuild/PKGBUILD +++ b/packages/aur/pkgbuild/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Senya pkgname=crowdin-cli -pkgver=4.1.2 +pkgver=4.2.0 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 5bbcf240..a924a355 100644 --- a/packages/chocolatey/crowdin-cli.nuspec +++ b/packages/chocolatey/crowdin-cli.nuspec @@ -2,7 +2,7 @@ crowdin-cli - 4.1.2 + 4.2.0 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 2b70f4d1..9c49b9fe 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.2" +#define MyAppVersion "4.2.0" #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 3f628c1f..f2f79a6f 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.2 +application.version=4.2.0 application.base_url=https://api.crowdin.com application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt