Skip to content

Commit 41bf4b5

Browse files
chore(release): version 3.16.0 [skip ci]
1 parent 038ba35 commit 41bf4b5

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# [3.16.0](https://github.com/crowdin/crowdin-cli/compare/3.15.0...3.16.0) (2024-01-04)
4+
5+
6+
### Bug Fixes
7+
8+
* Update dependencies version ([#673](https://github.com/crowdin/crowdin-cli/issues/673)) ([f9dc265](https://github.com/crowdin/crowdin-cli/commit/f9dc26537727e684f9dded92f9401cf76144840e))
9+
10+
11+
### Features
12+
13+
* config params for generate command ([#670](https://github.com/crowdin/crowdin-cli/issues/670)) ([9c93fc7](https://github.com/crowdin/crowdin-cli/commit/9c93fc7f0e1ee276759d524acf7388eca70af38c))
14+
315
# [3.15.0](https://github.com/crowdin/crowdin-cli/compare/3.14.0...3.15.0) (2023-10-25)
416

517

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group 'com.crowdin'
13-
version '3.15.0'
13+
version '3.16.0'
1414

1515
sourceCompatibility = 1.8
1616

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "https://github.com/crowdin/crowdin-cli.git"
1111
},
12-
"version": "3.15.0",
12+
"version": "3.16.0",
1313
"bin": {
1414
"crowdin": "jdeploy-bundle/jdeploy.js"
1515
},

packages/aur/pkgbuild/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Senya <senya at riseup.net>
22
pkgname=crowdin-cli
3-
pkgver=3.15.0
3+
pkgver=3.16.0
44
pkgrel=1
55
pkgdesc="Command line tool that allows you to manage and synchronize localization resources with your Crowdin project"
66
url="https://support.crowdin.com/cli-tool/"

packages/chocolatey/crowdin-cli.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>crowdin-cli</id>
5-
<version>3.15.0</version>
5+
<version>3.16.0</version>
66
<packageSourceUrl>https://github.com/crowdin/crowdin-cli/tree/main/chocolatey</packageSourceUrl>
77
<owners>crowdin</owners>
88
<title>Crowdin CLI (Portable)</title>

src/main/resources/crowdin.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
application.name=crowdin-cli
2-
application.version=3.15.0
2+
application.version=3.16.0
33
application.base_url=https://api.crowdin.com
44
application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt

0 commit comments

Comments
 (0)