diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e914f..3382b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ 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. +## [1.6.0](https://github.com/marcelblijleven/adventofcode/compare/v1.5.0...v1.6.0) (2021-12-14) + + +### 🐛 Bug Fixes + +* remove multiprocessing from benchmarks to prevent adding overhead ([f51cda8](https://github.com/marcelblijleven/adventofcode/commit/f51cda8006062aa299528bda80d33ef0189bc1f9)) + + +### ⭐️ Solutions + +* add 2021 day 11 🐙 ([44dbac3](https://github.com/marcelblijleven/adventofcode/commit/44dbac3494731a4e1345ef04bc423e2709aefcbd)) +* add 2021 day 12 ([18b29b7](https://github.com/marcelblijleven/adventofcode/commit/18b29b730186b44d088696c628a0fecb81643eca)) +* add 2021 day 13 ([e78a10d](https://github.com/marcelblijleven/adventofcode/commit/e78a10d3efe10c2ab6aa2c75930f3eac3cdbfde9)) + + +### ✨ Features + +* add dynamic star counter svg ([a2bd97a](https://github.com/marcelblijleven/adventofcode/commit/a2bd97ad1974f30490fac7df603dc43dd3f21b86)) +* gather average solution durations ([485df72](https://github.com/marcelblijleven/adventofcode/commit/485df7212072e7cfbfd5dff0df4851bb7a1c02ef)) + + +### 🚦Tests + +* update test to match new function return type ([49e1dce](https://github.com/marcelblijleven/adventofcode/commit/49e1dced0f50083b49f117d4b63d0237a2e1296b)) + ## [1.5.0](https://github.com/marcelblijleven/adventofcode/compare/v1.4.2...v1.5.0) (2021-12-10)