Skip to content

Commit f68da12

Browse files
committed
chore(release): 1.11.5
1 parent 0d41ade commit f68da12

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.11.5](https://github.com/thawkin3/js-data-structures-and-algorithms/compare/v1.11.4...v1.11.5) (2021-06-12)
6+
7+
8+
### Bug Fixes
9+
10+
* **storybook:** removes babel loose mode warning ([0d41ade](https://github.com/thawkin3/js-data-structures-and-algorithms/commit/0d41aded758a43b4869d4769af2e84a3c782abca))
11+
* changes Storybook button color for better color contrast ([730ea76](https://github.com/thawkin3/js-data-structures-and-algorithms/commit/730ea76e10146e197aa60724e6b015acc60974b4))
12+
513
### [1.11.4](https://github.com/thawkin3/js-data-structures-and-algorithms/compare/v1.11.3...v1.11.4) (2021-05-29)
614

715
### [1.11.3](https://github.com/thawkin3/js-data-structures-and-algorithms/compare/v1.11.2...v1.11.3) (2020-05-27)

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.11.4",
3+
"version": "1.11.5",
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)