handlebars-i18n 1.8.1 → 1.8.2

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/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "handlebars-i18n",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "handlebars-i18n adds internationalization to handlebars.js using i18next and Intl.",
5
5
  "main": "dist/handlebars-i18n.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -19,7 +19,7 @@ Handlebars-i18n is listed amongst i18next’s [framework helpers](https://www.i1
19
19
 
20
20
  ## License
21
21
 
22
- Copyright (c) 2020–24 Florian Walzel,
22
+ Copyright (c) 2020–25 Florian Walzel,
23
23
 
24
24
  MIT License
25
25