Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidjaniga committed Apr 21, 2021
1 parent a422ecc commit 656897a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
12 changes: 12 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.6.0](https://github.com/dawidjaniga/pomoguru/compare/0.5.6...0.6.0) (2021-04-21)


### Bug Fixes

* use 512px square icon ([a422ecc](https://github.com/dawidjaniga/pomoguru/commit/a422ecc1901f1ad3b1b48288980e97169b95b373))


### Features

* **icon:** add green icon on break ([ac5c574](https://github.com/dawidjaniga/pomoguru/commit/ac5c57455283824674cbf8e7afb4d220f91d130e))

## [0.5.6](https://github.com/dawidjaniga/pomoguru/compare/0.5.5...0.5.6) (2021-04-06)

## [0.5.5](https://github.com/dawidjaniga/pomoguru/compare/0.5.4...0.5.5) (2021-04-06)
Expand Down
18 changes: 14 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pomoguru",
"main": "public/electron.js",
"homepage": "./",
"version": "0.5.6",
"version": "0.6.0",
"author": "Robert Kostrzewski Robert Raimann Dawid Janiga",
"description": "Pomoguru gives you focus",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,10 @@
"mac": {
"category": "public.app-category.productivity"
},
"files": ["build/**/*", "node_modules/**/*"],
"files": [
"build/**/*",
"node_modules/**/*"
],
"directories": {
"buildResources": "build"
},
Expand All @@ -68,10 +71,17 @@
"url": "git+https://github.com/dawidjaniga/pomoguru.git"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down

0 comments on commit 656897a

Please sign in to comment.