handlebars-i18n 1.10.4 → 1.10.6

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.
@@ -6,7 +6,7 @@
6
6
  * handlebars-i18n adds features for localization/
7
7
  * internationalization to handlebars.js
8
8
  *
9
- * Copyright (c) 2020-25 Florian Walzel, MIT License
9
+ * Copyright (c) 2020-26 Florian Walzel, MIT License
10
10
  *
11
11
  *********************************************************************/
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "handlebars-i18n",
3
- "version": "1.10.4",
3
+ "version": "1.10.6",
4
4
  "description": "handlebars-i18n adds internationalization to handlebars.js using i18next and Intl.",
5
5
  "main": "dist/handlebars-i18n.js",
6
6
  "types": "dist/handlebars-i18n.d.ts",
package/readme.md CHANGED
@@ -66,10 +66,10 @@ Usage in web browser (old school):
66
66
 
67
67
  Via CDN:
68
68
  ```javascript
69
- <script src="https://cdn.jsdelivr.net/npm/handlebars-i18n@1.10.1/dist/handlebars-i18n.min.js"></script>
69
+ <script src="https://cdn.jsdelivr.net/npm/handlebars-i18n@1.10.5/dist/handlebars-i18n.min.js"></script>
70
70
  ```
71
71
 
72
- [![What Was Design](https://florianwalzel.com/what-was-design-banner-2x.webp)](https://www.slanted.de/product/what-was-design/)
72
+ [![Florian Walzel: What was design? Declarations and definitions from a century of creative quest](https://florianwalzel.com/wwd-hero-c.webp)](https://www.slanted.de/product/what-was-design/)
73
73
 
74
74
  ## Quick Example
75
75