Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirPal committed Apr 22, 2019
1 parent 5934914 commit 8a23e13
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="3.2.0"></a>
# [3.2.0](https://github.com/web-pal/chronos-timetracker/compare/v3.1.0...v3.2.0) (2019-04-22)


### Bug Fixes

* idle popup scroll bars ([00af468](https://github.com/web-pal/chronos-timetracker/commit/00af468))
* sentry integration ([6f198e2](https://github.com/web-pal/chronos-timetracker/commit/6f198e2))


### Features

* Screenshots viewer popup ([c167083](https://github.com/web-pal/chronos-timetracker/commit/c167083))
* user mention api request ([2cb1952](https://github.com/web-pal/chronos-timetracker/commit/2cb1952))



<a name="3.1.0"></a>
# [3.1.0](https://github.com/web-pal/chronos-timetracker/compare/v3.0.1...v3.1.0) (2019-04-04)

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Chronos",
"version": "3.1.0",
"version": "3.2.0",
"description": "Native app for time-tracking fully integrated with JIRA",
"main": "./dist/main.prod.js",
"author": {
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": "3.1.0",
"version": "3.2.0",
"description": "Full functionality time tracking software with direct JIRA integration",
"scripts": {
"dev": "yarn start-renderer-dev",
Expand Down

0 comments on commit 8a23e13

Please sign in to comment.