From 41bf4b58d462be61a416f2e8cc0e9af461a7826c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Jan 2024 09:26:56 +0000 Subject: [PATCH] chore(release): version 3.16.0 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 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, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f51f132..baf2944a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [3.16.0](https://github.com/crowdin/crowdin-cli/compare/3.15.0...3.16.0) (2024-01-04) + + +### Bug Fixes + +* Update dependencies version ([#673](https://github.com/crowdin/crowdin-cli/issues/673)) ([f9dc265](https://github.com/crowdin/crowdin-cli/commit/f9dc26537727e684f9dded92f9401cf76144840e)) + + +### Features + +* config params for generate command ([#670](https://github.com/crowdin/crowdin-cli/issues/670)) ([9c93fc7](https://github.com/crowdin/crowdin-cli/commit/9c93fc7f0e1ee276759d524acf7388eca70af38c)) + # [3.15.0](https://github.com/crowdin/crowdin-cli/compare/3.14.0...3.15.0) (2023-10-25) diff --git a/build.gradle b/build.gradle index aa15a749..3c1e458b 100755 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } group 'com.crowdin' -version '3.15.0' +version '3.16.0' sourceCompatibility = 1.8 diff --git a/package-lock.json b/package-lock.json index 71f0dbf1..91b9137c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crowdin/cli", - "version": "3.15.0", + "version": "3.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@crowdin/cli", - "version": "3.15.0", + "version": "3.16.0", "license": "MIT", "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index fe3bd6b9..3d94816f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "3.15.0", + "version": "3.16.0", "bin": { "crowdin": "jdeploy-bundle/jdeploy.js" }, diff --git a/packages/aur/pkgbuild/PKGBUILD b/packages/aur/pkgbuild/PKGBUILD index 5210c20a..4574fe39 100644 --- a/packages/aur/pkgbuild/PKGBUILD +++ b/packages/aur/pkgbuild/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Senya pkgname=crowdin-cli -pkgver=3.15.0 +pkgver=3.16.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 9b98924f..67036a09 100644 --- a/packages/chocolatey/crowdin-cli.nuspec +++ b/packages/chocolatey/crowdin-cli.nuspec @@ -2,7 +2,7 @@ crowdin-cli - 3.15.0 + 3.16.0 https://github.com/crowdin/crowdin-cli/tree/main/chocolatey crowdin Crowdin CLI (Portable) diff --git a/src/main/resources/crowdin.properties b/src/main/resources/crowdin.properties index d2bee80e..fe2db34a 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,4 +1,4 @@ application.name=crowdin-cli -application.version=3.15.0 +application.version=3.16.0 application.base_url=https://api.crowdin.com application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt