Skip to content

Commit

Permalink
chore(release): 7.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0-beta.2](v7.0.0-beta.1...v7.0.0-beta.2) (2020-09-14)

### Bug Fixes

* Incorrect addEntry() params ([1603410](1603410))

### BREAKING CHANGES

* addEntry() actually requires different params based on what type of entry you want to create. If you want to create a time entry, you need to pass timeUntil. If you want to create a lump sum entry, you need to pass a lumpSum.
  • Loading branch information
semantic-release-bot committed Sep 14, 2020
1 parent 2b93a62 commit de4e112
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.0.0-beta.2](https://github.com/peerigon/clockodo/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2020-09-14)


### Bug Fixes

* Incorrect addEntry() params ([1603410](https://github.com/peerigon/clockodo/commit/1603410eb6be6cbb85693ed08874f2541d91b225))


### BREAKING CHANGES

* addEntry() actually requires different params based on what type of entry you want to create. If you want to create a time entry, you need to pass timeUntil. If you want to create a lump sum entry, you need to pass a lumpSum.

# [7.0.0-beta.1](https://github.com/peerigon/clockodo/compare/v6.0.2...v7.0.0-beta.1) (2020-09-14)


Expand Down

0 comments on commit de4e112

Please sign in to comment.