Skip to content

Commit 3944f28

Browse files
chore(main): release 1.0.1 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27684e2 commit 3944f28

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/Twixes/pip-requirements-js/compare/v0.2.1...v1.0.1) (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+
### Bug Fixes
13+
14+
* Fully type location-enabled output ([#14](https://github.com/Twixes/pip-requirements-js/issues/14)) ([27684e2](https://github.com/Twixes/pip-requirements-js/commit/27684e26046bd47b285796bd5a06a1627ae03176))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* **main:** release 1.0.0 ([3891674](https://github.com/Twixes/pip-requirements-js/commit/389167428a8c8289f47eb93a82f56a440b83f760))
20+
321
## [1.0.0](https://github.com/Twixes/pip-requirements-js/compare/v0.2.1...v1.0.0) (2025-09-17)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pip-requirements-js",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A robust parser for requirements.txt files",
55
"keywords": [
66
"pip",

0 commit comments

Comments
 (0)