Skip to content

Commit 2c170ab

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.0...v1.2.0) (2026-01-17) ### Features * add gzip decompression for in-memory dataset loading ([44582d8](44582d8))
1 parent 44582d8 commit 2c170ab

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.2.0](https://github.com/Mearman/GraphBox/compare/v1.1.0...v1.2.0) (2026-01-17)
2+
3+
### Features
4+
5+
* add gzip decompression for in-memory dataset loading ([44582d8](https://github.com/Mearman/GraphBox/commit/44582d8c55a37975fc96d73cd102139a30d7ffb6))
6+
17
## [1.1.0](https://github.com/Mearman/GraphBox/compare/v1.0.8...v1.1.0) (2026-01-17)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphbox",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Graph Sandbox + Graph Toolbox: Abstract and experimental graph algorithms for academic research",
55
"packageManager": "pnpm@10.27.0",
66
"type": "module",

0 commit comments

Comments
 (0)