From 1bee31f88e7170059a2cbd76e5fbe66a8971c05c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Mar 2024 07:58:07 +0000 Subject: [PATCH] chore(release): version 3.19.0 [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ build.gradle | 2 +- package-lock.json | 4 ++-- package.json | 2 +- packages/aur/pkgbuild/PKGBUILD | 2 +- packages/chocolatey/crowdin-cli.nuspec | 2 +- src/main/resources/crowdin.properties | 2 +- 7 files changed, 26 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7b9b6e..b5cf6aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +# [3.19.0](https://github.com/crowdin/crowdin-cli/compare/3.18.0...3.19.0) (2024-03-19) + + +### Bug Fixes + +* double asterisks in paths ([#733](https://github.com/crowdin/crowdin-cli/issues/733)) ([aa99d5e](https://github.com/crowdin/crowdin-cli/commit/aa99d5e55d1150bb91003b165b812ef7bc5eae7d)) +* label descriptions ([#723](https://github.com/crowdin/crowdin-cli/issues/723)) ([04a76c8](https://github.com/crowdin/crowdin-cli/commit/04a76c8e033aa9f7235ef67c2655ef2dfc906ffe)) +* message for strings based project when download ([#729](https://github.com/crowdin/crowdin-cli/issues/729)) ([c280608](https://github.com/crowdin/crowdin-cli/commit/c280608b0b7e8605b3107102b19200b377b29cbe)) +* preserve hierarchy output ([#738](https://github.com/crowdin/crowdin-cli/issues/738)) ([976f01d](https://github.com/crowdin/crowdin-cli/commit/976f01dff43cd4f5b9e66852665914da4d6d3940)) + + +### Features + +* label option for screenshot upload command ([#721](https://github.com/crowdin/crowdin-cli/issues/721)) ([bb57d11](https://github.com/crowdin/crowdin-cli/commit/bb57d1164f7bf7d72848d27065dfea286ac6bee5)) +* label option for string list command ([#722](https://github.com/crowdin/crowdin-cli/issues/722)) ([369ef8d](https://github.com/crowdin/crowdin-cli/commit/369ef8d5fdff14da2bf82b2eafdd9a07030b43b6)) +* multilingual option ([#725](https://github.com/crowdin/crowdin-cli/issues/725)) ([31e2053](https://github.com/crowdin/crowdin-cli/commit/31e20536da54562b9dbfc68d28ba887051e6968c)) +* plural strings ([#731](https://github.com/crowdin/crowdin-cli/issues/731)) ([503a974](https://github.com/crowdin/crowdin-cli/commit/503a974bc037521a9f34f0d25f465535f36e7fc6)) +* set http timeout ([#734](https://github.com/crowdin/crowdin-cli/issues/734)) ([690cb22](https://github.com/crowdin/crowdin-cli/commit/690cb22b59460154278cf59fd5c595b70b2c0107)) + # [3.18.0](https://github.com/crowdin/crowdin-cli/compare/3.17.0...3.18.0) (2024-02-07) diff --git a/build.gradle b/build.gradle index ea501e21..1b8de128 100755 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } group 'com.crowdin' -version '3.18.0' +version '3.19.0' sourceCompatibility = 1.8 diff --git a/package-lock.json b/package-lock.json index fe51f27d..31dcc28d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crowdin/cli", - "version": "3.18.0", + "version": "3.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@crowdin/cli", - "version": "3.18.0", + "version": "3.19.0", "license": "MIT", "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index 12591a69..c3950b12 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "3.18.0", + "version": "3.19.0", "bin": { "crowdin": "jdeploy-bundle/jdeploy.js" }, diff --git a/packages/aur/pkgbuild/PKGBUILD b/packages/aur/pkgbuild/PKGBUILD index 4d8b38a4..b982e43b 100644 --- a/packages/aur/pkgbuild/PKGBUILD +++ b/packages/aur/pkgbuild/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Senya pkgname=crowdin-cli -pkgver=3.18.0 +pkgver=3.19.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 21196cc3..272883ac 100644 --- a/packages/chocolatey/crowdin-cli.nuspec +++ b/packages/chocolatey/crowdin-cli.nuspec @@ -2,7 +2,7 @@ crowdin-cli - 3.18.0 + 3.19.0 https://github.com/crowdin/crowdin-cli/tree/main/packages/chocolatey crowdin Crowdin CLI (Portable) diff --git a/src/main/resources/crowdin.properties b/src/main/resources/crowdin.properties index 95ca9757..360f0535 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,4 +1,4 @@ application.name=crowdin-cli -application.version=3.18.0 +application.version=3.19.0 application.base_url=https://api.crowdin.com application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt