Skip to content

Commit

Permalink
chore(release): version 3.16.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 4, 2024
1 parent 038ba35 commit 41bf4b5
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group 'com.crowdin'
version '3.15.0'
version '3.16.0'

sourceCompatibility = 1.8

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aur/pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Senya <senya at riseup.net>
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/"
Expand Down
2 changes: 1 addition & 1 deletion packages/chocolatey/crowdin-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>crowdin-cli</id>
<version>3.15.0</version>
<version>3.16.0</version>
<packageSourceUrl>https://github.com/crowdin/crowdin-cli/tree/main/chocolatey</packageSourceUrl>
<owners>crowdin</owners>
<title>Crowdin CLI (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/crowdin.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 41bf4b5

Please sign in to comment.