Skip to content

Commit

Permalink
Merge pull request #8 from hovancik/feature/skip-to
Browse files Browse the repository at this point in the history
Adds ability to skip to a break
  • Loading branch information
hovancik authored Feb 2, 2023
2 parents 1d35e65 + e13c70f commit d72c035
Show file tree
Hide file tree
Showing 5 changed files with 2,370 additions and 4,687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- run: npm install npm -g
- run: npm install
- run: npx nyc --reporter=lcov npm test
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Added
- ability to skip to a break

## [0.0.5] - 2022-08-01
### Fixed
- Long Break never happening (because of bad parsing of preferences)
Expand Down
Loading

1 comment on commit d72c035

@vercel
Copy link

@vercel vercel bot commented on d72c035 Feb 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.