Skip to content

Commit b50b4bf

Browse files
chore(main): 🚀 Release v1.1.12 (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4dc7b60 commit b50b4bf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.12](https://github.com/jpb06/extract-dependencies-from-sources/compare/v1.1.11...v1.1.12) (2025-07-05)
4+
5+
6+
### Bug Fixes
7+
8+
* readme icons ([#98](https://github.com/jpb06/extract-dependencies-from-sources/issues/98)) ([ca76c7a](https://github.com/jpb06/extract-dependencies-from-sources/commit/ca76c7a71b93a1b5f6aae2334cd2ef87bb29d154))
9+
310
## [1.1.11](https://github.com/jpb06/extract-dependencies-from-sources/compare/v1.1.10...v1.1.11) (2025-07-04)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "extract-dependencies-from-sources",
33
"description": "Inferring dependencies from the source code of a monorepo app",
4-
"version": "1.1.11",
4+
"version": "1.1.12",
55
"main": "./cjs/index.js",
66
"module": "./esm/index.js",
77
"types": "./dts/index.d.ts",

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.1.11"
2+
".": "1.1.12"
33
}

0 commit comments

Comments
 (0)