Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelblijleven committed Dec 14, 2021
1 parent 49e1dce commit be695a0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit be695a0

Please sign in to comment.