From 2487749d1cde6106c8c7126f258d12fec5e56140 Mon Sep 17 00:00:00 2001 From: shaharkazaz Date: Sat, 9 Dec 2023 22:09:10 +0200 Subject: [PATCH] chore(transloco): release version 6.0.4 --- libs/transloco/CHANGELOG.md | 6 ++++++ libs/transloco/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libs/transloco/CHANGELOG.md b/libs/transloco/CHANGELOG.md index 5eb93df5a..886bb5661 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.4](https://github.com/ngneat/transloco/compare/transloco-6.0.3...transloco-6.0.4) (2023-12-09) + +### Bug Fixes + +- **transloco:** 🐛 providing the FunctionalTranspiler ([308438f](https://github.com/ngneat/transloco/commit/308438f7ae93ec3f7733b9b2cb2278f3aecacd33)), closes [#733](https://github.com/ngneat/transloco/issues/733) + ## [6.0.3](https://github.com/ngneat/transloco/compare/transloco-6.0.2...transloco-6.0.3) (2023-12-09) ### Bug Fixes diff --git a/libs/transloco/package.json b/libs/transloco/package.json index f410179d7..86a031b71 100644 --- a/libs/transloco/package.json +++ b/libs/transloco/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/transloco", - "version": "6.0.3", + "version": "6.0.4", "description": "The internationalization (i18n) library for Angular", "schematics": "./schematics/src/collection.json", "publishConfig": {