File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 66permissions :
77 contents : write
88 pull-requests : write
9+ id-token : write # Required for OIDC
910
1011name : Versioning
1112
3031 cache : ' pnpm'
3132 - run : pnpm install
3233 - run : npm publish
33- env :
34- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.1 "
2+ "." : " 1.0.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.0] ( https://github.com/Twixes/pip-requirements-js/compare/v0.2.1...v1.0.0 ) (2025-09-17)
4+
5+
6+ ### Features
7+
8+ * Add ` includeLocations ` parsing option ([ 3476fe7] ( https://github.com/Twixes/pip-requirements-js/commit/3476fe7e34fd606a4fedd0268c088eaf0c646b5b ) )
9+ * Include version specs & extras in loose mode ([ 3476fe7] ( https://github.com/Twixes/pip-requirements-js/commit/3476fe7e34fd606a4fedd0268c088eaf0c646b5b ) )
10+
11+
12+ ### Miscellaneous Chores
13+
14+ * ** main:** release 1.0.0 ([ 3891674] ( https://github.com/Twixes/pip-requirements-js/commit/389167428a8c8289f47eb93a82f56a440b83f760 ) )
15+
316## [ 0.2.1] ( https://github.com/Twixes/pip-requirements-js/compare/v0.2.0...v0.2.1 ) (2023-08-01)
417
518
Original file line number Diff line number Diff line change 11{
22 "name" : " pip-requirements-js" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " A robust parser for requirements.txt files" ,
55 "keywords" : [
66 " pip" ,
You can’t perform that action at this time.
0 commit comments