Skip to content

Commit cdf8f00

Browse files
authored
Bump version to 3.2.0 (#173)
1 parent 2300899 commit cdf8f00

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Try it now: https://seladb.github.io/StarTrack-js/
2727
- Preloading repos by URL, for example: <https://seladb.github.io/StarTrack-js/#/preload?r=seladb,pickledb-rs> will preload `seladb/pickledb-rs` upon loading the page
2828
- Download stargazer data to JSON or CSV file
2929

30+
## What's new in version 3.2.0?
31+
32+
- Add Playwright integration tests
33+
- Convert the access token input in the GitHub Authentication form to a password field
34+
- Update dependencies
35+
3036
## What's new in version 3.1.0?
3137

3238
- Enable the option to download stargazer data in JSON or CSV format

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "startrack-js",
33
"homepage": ".",
4-
"version": "3.1.4",
4+
"version": "3.2.0",
55
"private": true,
66
"dependencies": {
77
"@emotion/react": "^11.13.3",

0 commit comments

Comments
 (0)