We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67be3de commit 6e3f642Copy full SHA for 6e3f642
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hebcal/hdate",
3
- "version": "0.9.7",
+ "version": "0.9.8",
4
"description": "converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold",
5
"author": "Michael J. Radwin (https://github.com/mjradwin)",
6
"contributors": [
src/index.ts
@@ -5,4 +5,5 @@ export * from './gematriya';
export * from './omer';
export * from './molad';
7
export * from './dateFormat';
8
+export * from './locale';
9
export {HDate} from './hdate';
0 commit comments