jewish-date 1.0.1 → 1.0.3

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ const jewishDateInHebrew = toHebrewJewishDate(jewishDate);
31
31
  console.log(jewishDateInHebrew); // { day: "ד׳", monthName: "טבת", year: "התש״פ" }
32
32
 
33
33
  const jewishDateInHebrewStr = formatJewishDateInHebrew(jewishDate);
34
- console.log(jewishDateInHebrewStr); // ד׳ טבת התש
34
+ console.log(jewishDateInHebrewStr); // ד׳ טבת התש״פ
35
35
 
36
36
  const date2 = toGregorianDate({ year: 5780, monthName: JewishMonth.Tevet, day: 4 });
37
37
  console.log(date2); // Wed Jan 01 2020 00:00:00 GMT+0200 (Israel Standard Time)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jewish-date",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "lib/index.d.ts",