diff --git a/CHANGELOG.md b/CHANGELOG.md index 81afa28..c431df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.1] - 2021-03-28 + +### Fixed +- Readme + ## [3.0.0] - 2020-01-17 ### Changed diff --git a/README.md b/README.md index 53580c8..690d385 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # @datastructures-js/heap -[![build:?](https://travis-ci.org/datastructures-js/heap.svg?branch=master)](https://travis-ci.org/datastructures-js/heap) +[![build:?](https://travis-ci.org/datastructures-js/heap.svg?branch=master)](https://travis-ci.org/datastructures-js/heap) [![npm](https://img.shields.io/npm/v/@datastructures-js/heap.svg)](https://www.npmjs.com/package/@datastructures-js/heap) [![npm](https://img.shields.io/npm/dm/@datastructures-js/heap.svg)](https://www.npmjs.com/package/@datastructures-js/heap) [![npm](https://img.shields.io/badge/node-%3E=%206.0-blue.svg)](https://www.npmjs.com/package/@datastructures-js/heap) @@ -255,7 +255,7 @@ console.log(maxHeap.fix().isValid()); // true ``` ### .sort() -implements Heap Sort and sorts a Max Heap in ascneding order or a Min Heap in descending order. +implements Heap Sort and sorts a Max Heap in ascending order or a Min Heap in descending order.