diff --git a/libs/transloco/CHANGELOG.md b/libs/transloco/CHANGELOG.md index da96bc191..5eb93df5a 100644 --- a/libs/transloco/CHANGELOG.md +++ b/libs/transloco/CHANGELOG.md @@ -2,6 +2,12 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [6.0.3](https://github.com/ngneat/transloco/compare/transloco-6.0.2...transloco-6.0.3) (2023-12-09) + +### Bug Fixes + +- **transloco:** 🐛 export TranslocoOptions ([396151f](https://github.com/ngneat/transloco/commit/396151f441d12e3856451377b5c21d3b0310475c)), closes [#709](https://github.com/ngneat/transloco/issues/709) + ## [6.0.2](https://github.com/ngneat/transloco/compare/transloco-6.0.1...transloco-6.0.2) (2023-12-08) ## [6.0.1](https://github.com/ngneat/transloco/compare/transloco-6.0.0...transloco-6.0.1) (2023-12-05) diff --git a/libs/transloco/package.json b/libs/transloco/package.json index a915d9e50..b49833b01 100644 --- a/libs/transloco/package.json +++ b/libs/transloco/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/transloco", - "version": "6.0.2", + "version": "6.0.3", "description": "The internationalization (i18n) library for Angular", "schematics": "./schematics/src/collection.json", "publishConfig": {