Skip to content

Commit a170727

Browse files
chore(main): release 1.1.5 (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2da2de commit a170727

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.5](https://github.com/jpb06/extract-dependencies-from-sources/compare/v1.1.4...v1.1.5) (2025-02-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency effect to v3.13.1 ([#40](https://github.com/jpb06/extract-dependencies-from-sources/issues/40)) ([eaac2c8](https://github.com/jpb06/extract-dependencies-from-sources/commit/eaac2c8f080902531dc1f152476c096b4129c9f5))

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.4",
4+
"version": "1.1.5",
55
"main": "./cjs/index.js",
66
"module": "./esm/index.js",
77
"types": "./dts/index.d.ts",

0 commit comments

Comments
 (0)