Skip to content

Commit

Permalink
Update changelog and version number to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Aug 8, 2024
1 parent 081e764 commit b65846c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

To see tags and releases, please go to [Tags](https://github.com/AlexJSully/Publication-Figures-Web-Scraping/tags) on [GitHub](https://github.com/AlexJSully/Publication-Figures-Web-Scraping).

## [2.1.1] - 2024-08-08

Optimization:

- Added Jest unit testing

Documentation:

- Removed unnecessary Deepsource and Codeclimate badges

Update:

- Sentry now tracks console errors
- Update packages, including Prettier & ESLint
- Updated GitHub Actions to use Node 20

Bug fix:

- Fixed getting PMC IDs would always return 0 ID strings for each species

## [2.1.0] - 2022-11-02

Functional release tag
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This tool provides a method for scraping through NCBI's [PMC](https://www.ncbi.n

## Requirements

- Node.js >= 16.13.1
- Node.js >= 20
- RAM >= 4GB
- Internet connection with greater than 7mb/s download speed

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://alexjsully.me/"
}
],
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"description": "This tool provides a method for scraping through NCBI's PubMed publications and retrieving (downloading) the figures from open access and publicly available publications.",
"main": "index.js",
Expand Down

0 comments on commit b65846c

Please sign in to comment.