Skip to content

Commit df53ec9

Browse files
authored
Merge pull request #20 from datastructures-js/cleanup
Cleanup
2 parents a4ea952 + c3f770e commit df53ec9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [v5.1.3] - 2022-02-11
9+
### Fixed
10+
- cleanup temp files.
811

912
## [v5.1.2] - 2022-02-11
1013
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastructures-js/graph",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "graph & directed graph implementation in javascript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)