Skip to content

Commit 14c5fde

Browse files
committed
chore(release): 1.13.0
1 parent c1a2305 commit 14c5fde

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.13.0](https://github.com/thawkin3/js-data-structures-and-algorithms/compare/v1.12.3...v1.13.0) (2022-10-29)
6+
7+
8+
### Features
9+
10+
* adds DirectedGraph data structure ([cf97711](https://github.com/thawkin3/js-data-structures-and-algorithms/commit/cf97711ecc468d967c2e27104587716d3b1c270d))
11+
* implements breadth-first search on a graph ([427adfb](https://github.com/thawkin3/js-data-structures-and-algorithms/commit/427adfb70a9cb1827ac1fb737ba0efe7e986fdd1))
12+
* implements depth-first search on a directed graph ([c1a2305](https://github.com/thawkin3/js-data-structures-and-algorithms/commit/c1a2305d80fa4978694c446e378877c881cea9f1))
13+
514
### [1.12.3](https://github.com/thawkin3/js-data-structures-and-algorithms/compare/v1.12.2...v1.12.3) (2022-10-29)
615

716
### [1.12.2](https://github.com/thawkin3/js-data-structures-and-algorithms/compare/v1.12.1...v1.12.2) (2022-10-29)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-data-structures-and-algorithms",
3-
"version": "1.12.3",
3+
"version": "1.13.0",
44
"description": "Data structures and algorithms implemented in JavaScript",
55
"main": "dist/main.cjs.min.js",
66
"module": "dist/main.esm.min.js",

0 commit comments

Comments
 (0)