From 2b9b17bc03feef7e49fe2677a81119ca56fc7222 Mon Sep 17 00:00:00 2001 From: Behind The Math Date: Sun, 17 Nov 2019 19:42:55 -0500 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 002d74f..008eab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.5.0 +### Breaking Changes: +* The spelling has changed from `Parshah` to `Parsha`. +* `JewishCalendar.getParshahIndex()` has been renamed to `JewishCalendar.getParsha()`. +* The signatures for `HebrewDateFormatter.getTransliteratedParshiosList()` and `HebrewDateFormatter.getTransliteratedParshiosList()` have changed. + # v0.4.0 ### Breaking Changes: * The default calculator is now NOAA (af66119d). diff --git a/README.md b/README.md index c2675ee..e210abc 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For UMD, a global `KosherZmanim` object is exposed. #### Library Usage: The KosherJava library has been ported to JS, following the original API as close as possible. -The classes are exposed as named exports. You can instatiate or extend those classes as necessary, the same way you would in Java. +The classes are exposed as named exports. You can instantiate or extend those classes as necessary, the same way you would in Java. ```javascript const zmanimCalendar = new KosherZmanim.ZmanimCalendar(); diff --git a/package.json b/package.json index 99d8d2d..db004ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kosher-zmanim", - "version": "0.4.0", + "version": "0.5.0", "description": "A library for calculating zmanim, based on KosherJava.", "author": "BehindTheMath", "license": "LGPL-3.0",