Skip to content

Commit b2d6162

Browse files
committed
v0.6.0
1 parent a13c6e7 commit b2d6162

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.6.0
2+
### Breaking Changes:
3+
* Moment and Moment Timezone have been replaced with [Luxon](https://moment.github.io/luxon/index.html).
4+
Any methods that previously took `Moment` instances as arguments now take Luxon class instances.
5+
* `AstronomicalCalendar.getTimeOffset()` has been changed to a static method.
6+
17
# v0.5.0
28
### Breaking Changes:
39
* The spelling has changed from `Parshah` to `Parsha`.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kosher-zmanim",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "A library for calculating zmanim, based on KosherJava.",
55
"author": "BehindTheMath",
66
"license": "LGPL-3.0",

0 commit comments

Comments
 (0)