From 57a480f44280d690288eb0025cf082833bfdb8fb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Dec 2024 09:17:11 +0000 Subject: [PATCH] chore(release): version 4.4.1 [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 f9b2802b..fcc5fcb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.4.1](https://github.com/crowdin/crowdin-cli/compare/4.4.0...4.4.1) (2024-12-04) + + +### Bug Fixes + +* file lookup w/o extension ([#870](https://github.com/crowdin/crowdin-cli/issues/870)) ([e68bec0](https://github.com/crowdin/crowdin-cli/commit/e68bec07d60069ce17fb94c0e5849ca7bd609fc1)) + # [4.4.0](https://github.com/crowdin/crowdin-cli/compare/4.3.0...4.4.0) (2024-11-25) diff --git a/build.gradle b/build.gradle index 99ff0ba8..ca8fb7ab 100755 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group 'com.crowdin' -version '4.4.0' +version '4.4.1' sourceCompatibility = '17' diff --git a/package-lock.json b/package-lock.json index 970751f3..e5197508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crowdin/cli", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@crowdin/cli", - "version": "4.4.0", + "version": "4.4.1", "license": "MIT", "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index 452ecf00..a5f5bd97 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "4.4.0", + "version": "4.4.1", "bin": { "crowdin": "jdeploy-bundle/jdeploy.js" }, diff --git a/packages/aur/pkgbuild/PKGBUILD b/packages/aur/pkgbuild/PKGBUILD index 1cb8ade5..5f8c0f54 100644 --- a/packages/aur/pkgbuild/PKGBUILD +++ b/packages/aur/pkgbuild/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Senya pkgname=crowdin-cli -pkgver=4.4.0 +pkgver=4.4.1 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 913f932a..a6adb60b 100644 --- a/packages/chocolatey/crowdin-cli.nuspec +++ b/packages/chocolatey/crowdin-cli.nuspec @@ -2,7 +2,7 @@ crowdin-cli - 4.4.0 + 4.4.1 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 9caa7103..d4047791 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.4.0" +#define MyAppVersion "4.4.1" #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 70026229..c6a76f07 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,4 +1,4 @@ application.name=crowdin-cli -application.version=4.4.0 +application.version=4.4.1 application.base_url=https://api.crowdin.com application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt