From b117783830fe5a9284974e3cb12223c237ffc022 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:10:55 +0000 Subject: [PATCH] chore(develop): release 2.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b2843f..39ac717b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2.0.0](https://github.com/openfoodfacts/openfoodfacts-nodejs/compare/v1.0.0...v2.0.0) (2023-07-11) + + +### ⚠ BREAKING CHANGES + +* initial work for version 2.0.0 + +### Features + +* add performOCR ([eeb37d4](https://github.com/openfoodfacts/openfoodfacts-nodejs/commit/eeb37d44aaadd17df7ac7fbc3e5d6ee4b765be54)) +* auto build & deploy documentation ([a66d3a8](https://github.com/openfoodfacts/openfoodfacts-nodejs/commit/a66d3a8b9f2dd7bfac060dbf5ba1d5461e4b14aa)) +* initial work for version 2.0.0 ([2b488a3](https://github.com/openfoodfacts/openfoodfacts-nodejs/commit/2b488a36dc7bfb7326dfbb59b83e0393fd31f84b)) + + +### Bug Fixes + +* checkout submodules during nodejs workflow ([21e342e](https://github.com/openfoodfacts/openfoodfacts-nodejs/commit/21e342e472f071616db797662eead7801216f3dc)) +* make docs job depend on build job ([b8dce91](https://github.com/openfoodfacts/openfoodfacts-nodejs/commit/b8dce914a664a93c115297efc66edf8b8eb7af0f)) +* remove tests for now, as they are really difficult to implement with the new openapi codegen ([d5efade](https://github.com/openfoodfacts/openfoodfacts-nodejs/commit/d5efade6a74fe56307c8d278183cb3d3201bbab3)) +* run doc generation only for latest node version ([e28547e](https://github.com/openfoodfacts/openfoodfacts-nodejs/commit/e28547ecec0f96370aa998e48d97d4e545f47a5e)) +* use branch for server submodule. fixes type error ([19c730a](https://github.com/openfoodfacts/openfoodfacts-nodejs/commit/19c730ab353e4128caaa9fe48906eea3e163ebd3)) + ## 1.0.0 (2022-04-27)