Skip to content

Commit

Permalink
Merge pull request #49 from hovancik/release/0.5.1
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
hovancik authored Dec 6, 2016
2 parents 68432a4 + ec1f063 commit 239390d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.5.1] - 2016-12-05
### Fixed
- some grammar

### Added
- more break ideas

## [0.5.0]
## [0.5.0] - 2016-11-28
### Added
- strict mode - breaks/microbreaks can't be finished early
- build for ia32 and x64
Expand Down Expand Up @@ -71,7 +71,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- resume/pause functionality for reminder
- scripts for creating installers for OS X, Windows, Linux

[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/hovancik/stretchly/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/hovancik/stretchly/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/hovancik/stretchly/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/hovancik/stretchly/compare/v0.2.1...v0.3.0
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": "stretchly",
"version": "0.5.0",
"version": "0.5.1",
"description": "break time reminder app",
"main": "main.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stretchly",
"version": "0.5.0",
"version": "0.5.1",
"description": "break time reminder app",
"engines": {
"node": "6.5.0"
Expand Down Expand Up @@ -34,8 +34,8 @@
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"electron": "^1.4.8",
"electron-builder": "^8.6.0",
"electron": "^1.4.10",
"electron-builder": "^10.5.0",
"mocha": "^3.2.0",
"spectron": "^3.4.0"
},
Expand Down

0 comments on commit 239390d

Please sign in to comment.