@uxf/localize 11.79.0 → 11.80.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -201,3 +201,4 @@ formatDateTime("cs", new Date('2000-01-01'), "dateMedium") // 1. 1. 2000
201
201
  formatMoney("cs", 1000, "CZK") // 1 000 Kč
202
202
  formatPercentage("cs", 0.782) // 78,2 %
203
203
  ```
204
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/localize",
3
- "version": "11.79.0",
3
+ "version": "11.80.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {