Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Bump to version 0.4.2 #115

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.4.2
- Bump to version 0.4.2
- Removed toast warning if already syncing. Now the warning appears in the console.
- Minor fixes to how Filter Editing behaves
- If Label filter had a filter that's no longer present on the task, it will now be removed on edit.
- Bug fix in Filter Editor
- If the Due Before field is empty it will be auto populated with constant END_OF_THE_UNIVERSE_DATE in constants.js

v0.4.1
- Bumped version to 0.4.1
- Upgraded package dependencies (those recommended in Dependabot alerts)
Expand Down
7 changes: 6 additions & 1 deletion COMMITMESSAGE.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
- Fix for builds failing on read the docs.
- Bump to version 0.4.2
- Removed toast warning if already syncing. Now the warning appears in the console.
- Minor fixes to how Filter Editing behaves
- If Label filter had a filter that's no longer present on the task, it will now be removed on edit.
- Bug fix in Filter Editor
- If the Due Before field is empty it will be auto populated with constant END_OF_THE_UNIVERSE_DATE in constants.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manage-my-damn-life-nextjs",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Loading