From 06f21016663aec1d2c7ee111c36754d4bd1ee558 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Apr 2024 06:43:53 +0000 Subject: [PATCH] chore(release): version 3.19.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 +- src/main/resources/crowdin.properties | 2 +- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c777cb..3859fbec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.19.2](https://github.com/crowdin/crowdin-cli/compare/3.19.1...3.19.2) (2024-04-02) + + +### Bug Fixes + +* ignore pattern with language mapping in config ([#753](https://github.com/crowdin/crowdin-cli/issues/753)) ([bd66a66](https://github.com/crowdin/crowdin-cli/commit/bd66a668256513df6e57c202663f5429ab1bf94a)) + ## [3.19.1](https://github.com/crowdin/crowdin-cli/compare/3.19.0...3.19.1) (2024-03-27) diff --git a/build.gradle b/build.gradle index f667e29b..966e3635 100755 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } group 'com.crowdin' -version '3.19.1' +version '3.19.2' sourceCompatibility = 1.8 diff --git a/package-lock.json b/package-lock.json index 7d1c5aa0..fcb9139a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crowdin/cli", - "version": "3.19.1", + "version": "3.19.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@crowdin/cli", - "version": "3.19.1", + "version": "3.19.2", "license": "MIT", "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index 451774be..8841934e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "3.19.1", + "version": "3.19.2", "bin": { "crowdin": "jdeploy-bundle/jdeploy.js" }, diff --git a/packages/aur/pkgbuild/PKGBUILD b/packages/aur/pkgbuild/PKGBUILD index a3673aff..fe1419e1 100644 --- a/packages/aur/pkgbuild/PKGBUILD +++ b/packages/aur/pkgbuild/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Senya pkgname=crowdin-cli -pkgver=3.19.1 +pkgver=3.19.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 9c6183b0..2ff739ef 100644 --- a/packages/chocolatey/crowdin-cli.nuspec +++ b/packages/chocolatey/crowdin-cli.nuspec @@ -2,7 +2,7 @@ crowdin-cli - 3.19.1 + 3.19.2 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 ea199333..a1ff2379 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,4 +1,4 @@ application.name=crowdin-cli -application.version=3.19.1 +application.version=3.19.2 application.base_url=https://api.crowdin.com application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt