Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.1...v1.6.0) (2023-03-24)

### Features

* add streak count to notification and only show if streaking ([6669aae](6669aae)), closes [#263](#263)
  • Loading branch information
semantic-release-bot committed Mar 24, 2023
1 parent 3ec7ff0 commit dea2c9d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/jamieweavis/streaker/compare/v1.5.1...v1.6.0) (2023-03-24)


### Features

* add streak count to notification and only show if streaking ([6669aae](https://github.com/jamieweavis/streaker/commit/6669aaeb541483d73c63b54f12221b255f377084)), closes [#263](https://github.com/jamieweavis/streaker/issues/263)

## [1.5.1](https://github.com/jamieweavis/streaker/compare/v1.5.0...v1.5.1) (2023-03-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "streaker",
"private": true,
"description": "GitHub contribution streak & stat tracking menu bar app",
"version": "1.5.1",
"version": "1.6.0",
"homepage": "https://github.com/jamieweavis/streaker#readme",
"license": "MIT",
"main": "build/main.js",
Expand Down

0 comments on commit dea2c9d

Please sign in to comment.