# [1.2.0](https://github.com/opllama2/DS/compare/v1.1.0...v1.2.0) (2020-01-03)


### Bug Fixes

* exposed BinaryHeap in main.ts ([b110bad](https://github.com/opllama2/DS/commit/b110bad273381a580a7a1a508711c0a671558ad5))


### Features

* BinaryHeap class ([e89bb8f](https://github.com/opllama2/DS/commit/e89bb8f9423658a50fdff5000e160e83020d6147))
* BinaryHeap Generic Class and README file ([f031784](https://github.com/opllama2/DS/commit/f03178410e7065b44787388b69f6710e06a4995c))
* **BinaryHeap:** added BinaryHeap class as generic class for Min/Max Heaps ([9796f51](https://github.com/opllama2/DS/commit/9796f5102e9c4b7f1fa557946f2d6b91486da756))

# [1.2.0-beta.1](https://github.com/opllama2/DS/compare/v1.1.0...v1.2.0-beta.1@beta) (2020-01-03)


### Bug Fixes

* exposed BinaryHeap in main.ts ([b110bad](https://github.com/opllama2/DS/commit/b110bad273381a580a7a1a508711c0a671558ad5))


### Features

* BinaryHeap class ([e89bb8f](https://github.com/opllama2/DS/commit/e89bb8f9423658a50fdff5000e160e83020d6147))
* **BinaryHeap:** added BinaryHeap class as generic class for Min/Max Heaps ([9796f51](https://github.com/opllama2/DS/commit/9796f5102e9c4b7f1fa557946f2d6b91486da756))

## [1.0.3-beta.4](https://github.com/opllama2/DS/compare/v1.0.3-beta.3@beta...v1.0.3-beta.4@beta) (2019-12-06)


### Bug Fixes

* exposed BinaryHeap in main.ts ([b110bad](https://github.com/opllama2/DS/commit/b110bad273381a580a7a1a508711c0a671558ad5))


### Features

* BinaryHeap class ([e89bb8f](https://github.com/opllama2/DS/commit/e89bb8f9423658a50fdff5000e160e83020d6147))
* **BinaryHeap:** added BinaryHeap class as generic class for Min/Max Heaps ([9796f51](https://github.com/opllama2/DS/commit/9796f5102e9c4b7f1fa557946f2d6b91486da756))

## [1.0.3-beta.3](https://github.com/opllama2/DS/compare/v1.0.3-beta.2@beta...v1.0.3-beta.3@beta) (2019-12-02)


### Bug Fixes

* **queue,stack:** exposed queue and stack in the API ([6fa6d66](https://github.com/opllama2/DS/commit/6fa6d666e5e02b980ab34f6e8a3e18af461a94de))
* **queue,stack:** exposed queue and stack in the API ([020e7e2](https://github.com/opllama2/DS/commit/020e7e2b6d9731bf2a2571bf1ab0679ded85d27c))

## [1.0.3-beta.2](https://github.com/opllama2/DS/compare/v1.0.3-beta.1@beta...v1.0.3-beta.2@beta) (2019-12-02)


### Features

* added stack struct ([82cc4b1](https://github.com/opllama2/DS/commit/82cc4b1c1f287dc46a34c793c6bf2adb6e742b18))

## [1.0.3-beta.1](https://github.com/opllama2/DS/compare/v1.0.2...v1.0.3-beta.1@beta) (2019-12-02)


### Bug Fixes

* expose DoublyLinkedList ([379539b](https://github.com/opllama2/DS/commit/379539ba3919d6c80f2f7e15555632cec485acc0))
* fixed an issue in dequeue when the queue is empty ([ccf706b](https://github.com/opllama2/DS/commit/ccf706b366fbf22ecec95c2d68627c5e8c0f2566))

## [1.0.2](https://github.com/opllama2/DS/compare/v1.0.1...v1.0.2) (2019-12-02)


### Bug Fixes

* changed package name to be lowercase ([81c42d4](https://github.com/opllama2/DS/commit/81c42d44f778e08ab13a1a5014ee6268139bf9c3))

## [1.0.1](https://github.com/opllama2/DS/compare/v1.0.0...v1.0.1) (2019-12-02)


### Bug Fixes

* **semantic-release:** upgraded npm package to beta ([6b6b12b](https://github.com/opllama2/DS/commit/6b6b12bc73e8aa64444aeca7ad1829c5ba08bbe1))

# 1.0.0 (2019-12-02)


### Bug Fixes

* upgrading git package to beta ([33b21ff](https://github.com/opllama2/DS/commit/33b21ff3b72c7bd142957da2d0feff44526c86a1))


### Features

* triggering a release ([1933efd](https://github.com/opllama2/DS/commit/1933efd9dea8ef1159484bf5164b5bb1a3a8e774))
