Skip to content

Commit 9173262

Browse files
chore(release): 1.23.4 [skip ci]
## [1.23.4](1.23.3...1.23.4) (2019-03-21) ### Bug Fixes * **settings:** Fix some settings being overwritten with default values ([b5c94bf](b5c94bf)), closes [#1353](#1353) * Fix errors on workdayEnd when $curEntry is null ([8951ef4](8951ef4))
1 parent 8951ef4 commit 9173262

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/_includes/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.23.4](https://github.com/toggl/toggl-button/compare/1.23.3...1.23.4) (2019-03-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **settings:** Fix some settings being overwritten with default values ([b5c94bf](https://github.com/toggl/toggl-button/commit/b5c94bf)), closes [#1353](https://github.com/toggl/toggl-button/issues/1353)
7+
* Fix errors on workdayEnd when $curEntry is null ([8951ef4](https://github.com/toggl/toggl-button/commit/8951ef4))
8+
19
## [1.23.3](https://github.com/toggl/toggl-button/compare/1.23.2...1.23.3) (2019-03-19)
210

311

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toggl-button",
3-
"version": "1.23.3",
3+
"version": "1.23.4",
44
"description": "Add Toggl one-click time tracking to popular web tools.",
55
"license": "BSD-3-Clause",
66
"private": true,

0 commit comments

Comments
 (0)