Skip to content

Commit

Permalink
docs: Added Changelog entry for v0.1.1 (#38)
Browse files Browse the repository at this point in the history
docs: Added Changelog entry for v0.1.1
  • Loading branch information
Slartibartfass2 authored Feb 1, 2023
1 parent 0e85be2 commit a454dfd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog

## [0.1.1] - 2023-02-01

### Changed

- Replaced web scraping via [Puppeteer](https://pub.dev/packages/puppeteer) with HTTP request and HTML parsing ([#27](https://github.com/Slartibartfass2/ingredient_collector/pull/27))

### Fixed

- Fixed bug where ingredients with same name but different unit were merged ([#23](https://github.com/Slartibartfass2/ingredient_collector/pull/23))

## [0.1.0] - 2023-01-30

_Initial release._

[0.1.1]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.1.1
[0.1.0]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.1.0

0 comments on commit a454dfd

Please sign in to comment.