diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d6d0a..a0effb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [6.0.1](https://github.com/doniseferi/suntimes/compare/v6.0.0...v6.0.1) (2020-04-23) + ## [6.0.0](https://github.com/doniseferi/suntimes/compare/v5.0.1...v6.0.0) (2020-04-12) diff --git a/package-lock.json b/package-lock.json index 700e26d..ac96e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "suntimes", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e806aa..6f82f02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suntimes", - "version": "6.0.0", + "version": "6.0.1", "description": "A tiny library to get the exact date and time in utc for certain points of the day for any desired location and date.", "main": "suntimes.js", "typings": "suntimes.d.ts",