diff --git a/CHANGELOG.md b/CHANGELOG.md index 428c523..3fc5f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.7.0 +### Breaking Changes: +* Some of the names and types of members of the `Zman` class have been changed. + # v0.6.0 ### Breaking Changes: * Moment and Moment Timezone have been replaced with [Luxon](https://moment.github.io/luxon/index.html). diff --git a/package-lock.json b/package-lock.json index eedd2e3..0379f23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kosher-zmanim", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23351af..c221589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kosher-zmanim", - "version": "0.6.1", + "version": "0.7.0", "description": "A library for calculating zmanim, based on KosherJava.", "author": "BehindTheMath", "license": "LGPL-3.0",