Skip to content

Commit

Permalink
Version 0.1.3 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nau7ilus committed May 4, 2022
1 parent 4f05c3e commit 44845a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [0.1.3][] - 2022-05-04

- Fix plus, refresh, blue-check icons
- Move `updateSettings()` to storage.js
- Create `getSettings()` in storage.js
Expand Down Expand Up @@ -30,7 +32,8 @@
- Create settings page markup
- Create `CHANGELOG.md`

[unreleased]: https://github.com/nieopierzony/IntervalsTrainer/compare/v0.1.2....HEAD
[unreleased]: https://github.com/nieopierzony/IntervalsTrainer/compare/v0.1.3....HEAD
[0.1.3]: https://github.com/nieopierzony/IntervalsTrainer/releases/tag/v0.1.3
[0.1.2]: https://github.com/nieopierzony/IntervalsTrainer/releases/tag/v0.1.2
[0.1.1]: https://github.com/nieopierzony/IntervalsTrainer/releases/tag/v0.1.1
[0.1.0]: https://github.com/nieopierzony/IntervalsTrainer/releases/tag/v0.1.0
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
@@ -1,6 +1,6 @@
{
"name": "intervals-trainer",
"version": "0.1.2",
"version": "0.1.3",
"description": "Todo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 44845a8

Please sign in to comment.