Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoreet committed Jan 23, 2024
1 parent a8045a7 commit 4bc3a23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.1

fix: daysToShow is converted to a number if the user passes it as a string

## 1.2.0

feat: the new `daysToShow` parameter allows users to display as many dates as they want
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "habit-tracker-21",
"name": "Habit Tracker 21",
"version": "1.2.0",
"version": "1.2.1",
"minAppVersion": "1.1.0",
"description": "Your 21-day journey to habit formation, simplified",
"author": "Zoreet",
"authorUrl": "https://github.com/zoreet",
"isDesktopOnly": false
}
}
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"1.1.3": "1.1.0",
"1.1.4": "1.1.0",
"1.1.5": "1.1.0",
"1.2.0": "1.1.0"
}
"1.2.0": "1.1.0",
"1.2.1": "1.1.0"
}

0 comments on commit 4bc3a23

Please sign in to comment.