Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Oct 7, 2024
1 parent 87b450e commit 1cc9521
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### [0.6.0] - October 06, 2024

- Add Google Sign In Authentication
- Save guest notes in local storage
- Add more options for notes
- Integrate Gemini to summarize and rename the log
- Add PWA Support
- Improve Responsiveness of the app
- And lots of minor fixes and improvements

### [0.5.4] - July 31, 2024

- Add Edit feature
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pastelog",
"version": "0.5.4",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -59,4 +59,4 @@
"typescript": "^5",
"webpack": "^5.95.0"
}
}
}

0 comments on commit 1cc9521

Please sign in to comment.