diff --git a/CHANGELOG.md b/CHANGELOG.md index 754e87a..13d6d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.0](https://github.com/doniseferi/suntimes/compare/v5.0.1...v6.0.0) (2020-04-12) + + +### ⚠ BREAKING CHANGES + +* removing default export + +* Remove default exports (#17) ([0dc453e](https://github.com/doniseferi/suntimes/commit/0dc453e50dfe05e3a155b38624e03038d7604ff3)), closes [#17](https://github.com/doniseferi/suntimes/issues/17) + ### [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) diff --git a/package-lock.json b/package-lock.json index eb00ec1..ca5f561 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "suntimes", - "version": "5.0.1", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9210f22..f9eabcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suntimes", - "version": "5.0.1", + "version": "6.0.0", "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",