Skip to content

Commit

Permalink
chore(master): release 3.3.0 (#854)
Browse files Browse the repository at this point in the history
* chore(master): release 3.3.0

* Update CHANGELOG.md

---------

Co-authored-by: monsieurtanuki <[email protected]>
  • Loading branch information
openfoodfacts-bot and monsieurtanuki authored Dec 25, 2023
1 parent 3350251 commit e24eefe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.3.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.2.1...v3.3.0) (2023-12-24)


### Features

* 831 - Open Prices API - "get prices" ([#845](https://github.com/openfoodfacts/openfoodfacts-dart/issues/845)) ([eaeb1aa](https://github.com/openfoodfacts/openfoodfacts-dart/commit/eaeb1aa3abd427e524c1f85b560b97921fdfab05))
* simplified access to raw product images ([#839](https://github.com/openfoodfacts/openfoodfacts-dart/issues/839)) ([3350251](https://github.com/openfoodfacts/openfoodfacts-dart/commit/3350251481d17fccbd6b60ba8a8c95f021da6f10))


### Bug Fixes

* If `product.images` is `null`, `getProductImageIds`shouldn't crash ([#857](https://github.com/openfoodfacts/openfoodfacts-dart/issues/857)) ([02abab3](https://github.com/openfoodfacts/openfoodfacts-dart/commit/02abab364146cd8493f941ac861db907cf301359))
* unit test with updated expected values ([#858](https://github.com/openfoodfacts/openfoodfacts-dart/issues/858)) ([0482f63](https://github.com/openfoodfacts/openfoodfacts-dart/commit/0482f6342ea96f44cd988b44e82c20a3aeffbcff))

## [3.2.1](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.2.0...v3.2.1) (2023-12-03)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: openfoodfacts
description: Dart package for the Open Food Facts API, a food products database made by everyone, for everyone.
# The version is automatically, temporarily increased by the release workflow, changing it manually has no effect.
version: 3.2.1
version: 3.3.0
homepage: https://github.com/openfoodfacts/openfoodfacts-dart

environment:
Expand Down

0 comments on commit e24eefe

Please sign in to comment.