diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b2843f..81d54f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.0.0](https://github.com/openfoodfacts/openfoodfacts-nodejs/compare/v1.0.0...v2.0.0) (2024-01-12) + + +### ⚠ BREAKING CHANGES + +* initial work for version 2.0.0 + +### Features + +* add performOCR ([eeb37d4](https://github.com/openfoodfacts/openfoodfacts-nodejs/commit/eeb37d44aaadd17df7ac7fbc3e5d6ee4b765be54)) +* add robotoff openapi generation to package.json ([3d0a113](https://github.com/openfoodfacts/openfoodfacts-nodejs/commit/3d0a113a630ba8795a5cd8b9b8e74f0f3f0b5318)) +* 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)