locize-cli
Advanced tools
Comparing version 8.5.0 to 8.5.1
@@ -8,2 +8,6 @@ # locize-cli change log | ||
## [8.5.1](https://github.com/locize/locize-cli/compare/v8.5.0...v8.5.1) - 2025-02-19 | ||
- downgrade binary generation to node v20 to try to address [103](https://github.com/locize/locize-cli/issues/103) | ||
## [8.5.0](https://github.com/locize/locize-cli/compare/v8.4.0...v8.5.0) - 2025-02-18 | ||
@@ -10,0 +14,0 @@ |
{ | ||
"name": "locize-cli", | ||
"version": "8.5.0", | ||
"version": "8.5.1", | ||
"description": "locize cli to import locales", | ||
@@ -39,3 +39,3 @@ "main": "index.js", | ||
"gh-release": "7.0.2", | ||
"@yao-pkg/pkg": "6.2.0" | ||
"@yao-pkg/pkg": "6.3.1" | ||
}, | ||
@@ -45,3 +45,3 @@ "scripts": { | ||
"test": "npm run lint", | ||
"pkg": "mkdir -p ./bins && pkg ./bin/locize --out-path ./bins --targets node22-linux-x64,node22-macos-x64,node22-win-x64,node22-alpine-x64", | ||
"pkg": "mkdir -p ./bins && pkg ./bin/locize --out-path ./bins --targets node20-linux-x64,node20-macos-x64,node20-win-x64,node20-alpine-x64", | ||
"release": "gh-release --assets ./bins/locize-linux,./bins/locize-macos,./bins/locize-win.exe,./bins/locize-alpine", | ||
@@ -48,0 +48,0 @@ "version": "npm run pkg", |
188202