Skip to content

Commit

Permalink
Merge tag 'v2.5.20' into develop
Browse files Browse the repository at this point in the history
2.5.20
  • Loading branch information
ilya-lopukhin committed Mar 13, 2018
2 parents 5f733f5 + d767971 commit e3f4795
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.5.20"></a>
## [2.5.20](https://github.com/web-pal/chronos-timetracker/compare/v2.5.19...v2.5.20) (2018-03-07)


### Bug Fixes

* **Browsing Issues:** jql for currentUser() ([dd55198](https://github.com/web-pal/chronos-timetracker/commit/dd55198)), closes [#88](https://github.com/web-pal/chronos-timetracker/issues/88)



<a name="2.5.19"></a>
## [2.5.19](https://github.com/web-pal/chronos-timetracker/compare/v2.5.18...v2.5.19) (2018-03-06)

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Chronos",
"productName": "Chronos",
"version": "2.5.19",
"version": "2.5.20",
"description": "Native app for time-tracking fully integrated with JIRA",
"main": "./main.prod.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Chronos",
"version": "2.5.19",
"version": "2.5.20",
"description": "Full functionality time tracking software with direct JIRA integration",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit e3f4795

Please sign in to comment.