We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4356fd commit 4f8a6bdCopy full SHA for 4f8a6bd
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [1.1.1](https://github.com/semrel-extra/toposource/compare/v1.1.0...v1.1.1) (2023-02-23)
2
+
3
+### Fixes & improvements
4
+* fix: relax edges type ([a4356fd](https://github.com/semrel-extra/toposource/commit/a4356fd7517e1469d0be4599e5ad85521539a8bf))
5
6
## [1.1.0](https://github.com/semrel-extra/toposource/compare/v1.0.3...v1.1.0) (2023-02-23)
7
8
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "toposource",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Directed graphs analyzer for parallel traversals",
"main": "./target/cjs/index.js",
"module": "./target/esm/index.mjs",
0 commit comments