We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b4fb9 commit 59e7109Copy full SHA for 59e7109
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [1.0.2](https://github.com/semrel-extra/toposource/compare/v1.0.1...v1.0.2) (2023-02-23)
2
+
3
+### Fixes & improvements
4
+* refactor: simplify hops resolver ([72b4fb9](https://github.com/semrel-extra/toposource/commit/72b4fb92fe1055405801ff977f1022256f598176))
5
6
## [1.0.1](https://github.com/semrel-extra/toposource/compare/v1.0.0...v1.0.1) (2023-02-23)
7
8
### Fixes & improvements
package.json
@@ -1,6 +1,6 @@
{
"name": "toposource",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Directed graphs analyzer for parallel traversals",
"main": "./target/cjs/index.js",
"module": "./target/esm/index.mjs",
0 commit comments