Skip to content

Commit

Permalink
v2.6.1 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
anirbmuk committed May 27, 2023
1 parent d81f390 commit c5245ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.6.1
- Improved logic for search by arithmetic operators
- More e2e coverage, split tests into separate files by functionality

## 2.6.0
- Allow search on past TODOs with negative duedate
- Fixed search not working for TODOs with label 'Due today'
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "things-to-do",
"version": "2.6.0",
"version": "2.6.1",
"description": "A light and fast todo-app, built with angular 15",
"author": {
"email": "anirban.mjee@gmail.com",
Expand Down Expand Up @@ -84,4 +84,4 @@
"tailwindcss": "^3.3.2",
"typescript": "~4.9.5"
}
}
}

0 comments on commit c5245ee

Please sign in to comment.