Skip to content

Commit

Permalink
chore(release): version 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 23, 2024
1 parent 8cc30d0 commit c5e95b0
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

# [4.1.0](https://github.com/crowdin/crowdin-cli/compare/4.0.0...4.1.0) (2024-07-23)


### Bug Fixes

* read only system variables for properties ([#813](https://github.com/crowdin/crowdin-cli/issues/813)) ([e091e22](https://github.com/crowdin/crowdin-cli/commit/e091e22f25260903893ced2e642e1fd154e67e0c))
* screenshot delete message ([#814](https://github.com/crowdin/crowdin-cli/issues/814)) ([31a7fe1](https://github.com/crowdin/crowdin-cli/commit/31a7fe1fbc9b4c637389401a7e28dd177277a6c7))
* sequential upload for sb projects ([#815](https://github.com/crowdin/crowdin-cli/issues/815)) ([19d2654](https://github.com/crowdin/crowdin-cli/commit/19d26545c73ee5f73e75a5500a0f47d345e9d850))
* throw error if no translations were found ([#824](https://github.com/crowdin/crowdin-cli/issues/824)) ([fd62985](https://github.com/crowdin/crowdin-cli/commit/fd62985af7986463080f15a70341579d676f3bc3))


### Features

* directory parameter for pre-translate command ([#816](https://github.com/crowdin/crowdin-cli/issues/816)) ([08209dd](https://github.com/crowdin/crowdin-cli/commit/08209dd412f1456482d85e3a165ea504e952bf3a))
* validate language code ([#810](https://github.com/crowdin/crowdin-cli/issues/810)) ([84f8410](https://github.com/crowdin/crowdin-cli/commit/84f8410e7ff90a7d6a4c656b66d8b2cfad4ea1e6))

## [4.0.0](https://github.com/crowdin/crowdin-cli/compare/3.19.4...4.0.0) (2024-05-28)

* [Release Notes](https://crowdin.github.io/crowdin-cli/blog/2024/05/28/cli-v4)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.crowdin'
version '4.0.0'
version '4.1.0'

sourceCompatibility = '17'

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": "4.0.0",
"version": "4.1.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=4.0.0
pkgver=4.1.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>4.0.0</version>
<version>4.1.0</version>
<packageSourceUrl>https://github.com/crowdin/crowdin-cli/tree/main/packages/chocolatey</packageSourceUrl>
<owners>crowdin</owners>
<title>Crowdin CLI (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion packages/exe/CrowdinCLIInstaller.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Crowdin"
#define MyAppVersion "4.0.0"
#define MyAppVersion "4.1.0"
#define MyAppPublisher "OU Crowdin"
#define MyAppURL "https://crowdin.github.io/crowdin-cli"
#define MyAppExeName "crowdin-cli.jar"
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=4.0.0
application.version=4.1.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 c5e95b0

Please sign in to comment.