Skip to content

Commit 57b1367

Browse files
chore(main): 🚀 Release v1.1.8 (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3955588 commit 57b1367

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.8](https://github.com/jpb06/extract-dependencies-from-sources/compare/v1.1.7...v1.1.8) (2025-04-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency effect to v3.14.11 ([#63](https://github.com/jpb06/extract-dependencies-from-sources/issues/63)) ([ba93cf8](https://github.com/jpb06/extract-dependencies-from-sources/commit/ba93cf883de02539c9759f853ca9bfc93219b044))
9+
310
## [1.1.7](https://github.com/jpb06/extract-dependencies-from-sources/compare/v1.1.6...v1.1.7) (2025-03-30)
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.7",
4+
"version": "1.1.8",
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.7"
2+
".": "1.1.8"
33
}

0 commit comments

Comments
 (0)