Skip to content

Commit 59e7109

Browse files
chore(release): 1.0.2 [skip ci]
1 parent 72b4fb9 commit 59e7109

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## [1.0.1](https://github.com/semrel-extra/toposource/compare/v1.0.0...v1.0.1) (2023-02-23)
27

38
### Fixes & improvements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toposource",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Directed graphs analyzer for parallel traversals",
55
"main": "./target/cjs/index.js",
66
"module": "./target/esm/index.mjs",

0 commit comments

Comments
 (0)