We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4ea952 + c3f770e commit df53ec9Copy full SHA for df53ec9
2 files changed
CHANGELOG.md
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
## [Unreleased]
8
+## [v5.1.3] - 2022-02-11
9
+### Fixed
10
+- cleanup temp files.
11
12
## [v5.1.2] - 2022-02-11
13
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datastructures-js/graph",
3
- "version": "5.1.2",
+ "version": "5.1.3",
4
"description": "graph & directed graph implementation in javascript",
"main": "index.js",
"scripts": {
0 commit comments