Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nau7ilus committed May 3, 2022
1 parent 57a3c5d commit fc4da2d
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.2][] - 2022-05-03

- Rename repository from `train-intervals` to `IntervalsTrainer`
- Init npm package
- Move markup into `public` folder
Expand All @@ -21,6 +23,7 @@
- Create settings page markup
- Create `CHANGELOG.md`

[unreleased]: https://github.com/nieopierzony/IntervalsTrainer/compare/v0.1.1....HEAD
[unreleased]: https://github.com/nieopierzony/IntervalsTrainer/compare/v0.1.2....HEAD
[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.1",
"version": "0.1.2",
"description": "Todo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit fc4da2d

Please sign in to comment.