diff --git a/CHANGELOG.md b/CHANGELOG.md index ce85d33..754e87a 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. +### [5.0.1](https://github.com/doniseferi/suntimes/compare/v5.0.0...v5.0.1) (2020-04-10) + ### [5.0.1-3](https://github.com/doniseferi/suntimes/compare/v5.0.1-2...v5.0.1-3) (2020-04-10) ### [5.0.1-2](https://github.com/doniseferi/suntimes/compare/v5.0.1-1...v5.0.1-2) (2020-04-10) diff --git a/package-lock.json b/package-lock.json index 8e5dc54..eb00ec1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "suntimes", - "version": "5.0.1-3", + "version": "5.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 22bc863..9210f22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suntimes", - "version": "5.0.1-3", + "version": "5.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",