Skip to content

Commit

Permalink
chore(release): version 3.13.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent 6eb091f commit cc63d63
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# [3.13.0](https://github.com/crowdin/crowdin-cli/compare/3.12.0...3.13.0) (2023-06-12)


### Bug Fixes

* .env load - pass the cause exception for later retrieval ([#591](https://github.com/crowdin/crowdin-cli/issues/591)) ([fd0033d](https://github.com/crowdin/crowdin-cli/commit/fd0033d547981bf1b7866c964589b2e4e84ccb7b))
* plain view for --keep-archive option ([#590](https://github.com/crowdin/crowdin-cli/issues/590)) ([7d33cb6](https://github.com/crowdin/crowdin-cli/commit/7d33cb65495fe6861ffce030f9ed31afd4c10bd8))


### Features

* Option to exclude some languages from the build ([#595](https://github.com/crowdin/crowdin-cli/issues/595)) ([325a014](https://github.com/crowdin/crowdin-cli/commit/325a01468783ab089a302b2ee22dc5d3f2285a29))

# [3.12.0](https://github.com/crowdin/crowdin-cli/compare/3.11.1...3.12.0) (2023-05-30)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
apply plugin: 'checkstyle'

group 'com.crowdin'
version '3.12.0'
version '3.13.0'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion 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.12.0</version>
<version>3.13.0</version>
<packageSourceUrl>https://github.com/crowdin/crowdin-cli/tree/cli3/chocolatey</packageSourceUrl>
<owners>crowdin</owners>
<title>Crowdin CLI (Portable)</title>
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.12.0",
"version": "3.13.0",
"bin": {
"crowdin": "jdeploy-bundle/jdeploy.js"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.12.0
pkgver=3.13.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 src/main/resources/crowdin.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
application.name=crowdin-cli
application.version=3.12.0
application.version=3.13.0
application.base_url=https://api.crowdin.com
application.user_agent=crowdin-java-cli
application.version_file_url=https://downloads.crowdin.com/cli/v3/version.txt

0 comments on commit cc63d63

Please sign in to comment.