@crowdin/cli
Advanced tools
Comparing version 3.6.1 to 3.6.2
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [3.6.2] | ||
### Added | ||
- Add lazy initialization for dotenv code and error handling for duplicate environment variables ([#363](https://github.com/crowdin/crowdin-cli/pull/363)) | ||
### Updated | ||
- Improve 'dest' parameter - add new placeholders ([#363](https://github.com/crowdin/crowdin-cli/pull/363)) | ||
## [3.6.1] | ||
@@ -5,0 +15,0 @@ |
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"jdeploy": { | ||
@@ -16,0 +16,0 @@ "jar": "dist/crowdin-cli.jar" |
@@ -184,3 +184,5 @@ [<p align="center"><img src="https://support.crowdin.com/assets/logos/crowdin-dark-symbol.png" data-canonical-src="https://support.crowdin.com/assets/logos/crowdin-dark-symbol.png" width="200" height="200" align="center"/></p>](https://crowdin.com) | ||
`npm i -g @crowdin/cli` | ||
```console | ||
npm i -g @crowdin/cli | ||
``` | ||
@@ -192,3 +194,5 @@ </details> | ||
`docker pull crowdin/cli` | ||
```console | ||
docker pull crowdin/cli | ||
``` | ||
@@ -195,0 +199,0 @@ </details> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6777244
451