Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doniseferi committed Apr 12, 2020
1 parent 0dc453e commit 1d346e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1d346e3

Please sign in to comment.