@digitaldefiance/i18n-lib 2.1.6 → 2.1.10

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -482,6 +482,8 @@ Contributions welcome! Please:
482
482
 
483
483
  ## ChangeLog
484
484
 
485
+ ### Convergence bump
486
+
485
487
  ### Version 2.1.6
486
488
 
487
489
  - Minor update to expose core keys via V2 engine
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/i18n-lib",
3
- "version": "2.1.6",
3
+ "version": "2.1.10",
4
4
  "description": "i18n library with enum translation support",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",