From d7f6c430bb708fdcabba727f3f44f4a2f2d090bf Mon Sep 17 00:00:00 2001 From: Shahar Kazaz Date: Fri, 7 Aug 2020 15:42:27 +0300 Subject: [PATCH] chore(release): 2.18.4 --- CHANGELOG.md | 6 ++++++ projects/ngneat/transloco/package-lock.json | 2 +- projects/ngneat/transloco/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 188b46522..c394d09ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.18.4](https://github.com/ngneat/transloco/compare/v2.18.3...v2.18.4) (2020-08-07) + +### Bug Fixes + +- 🐛 Put transloco.module in its own folder ([#319](https://github.com/ngneat/transloco/issues/319)) ([b54be7e](https://github.com/ngneat/transloco/commit/b54be7e)) + ### [2.18.3](https://github.com/ngneat/transloco/compare/v2.18.2...v2.18.3) (2020-07-22) ### Bug Fixes diff --git a/projects/ngneat/transloco/package-lock.json b/projects/ngneat/transloco/package-lock.json index 362196bfa..2b5887fd4 100644 --- a/projects/ngneat/transloco/package-lock.json +++ b/projects/ngneat/transloco/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ngneat/transloco", - "version": "2.18.3", + "version": "2.18.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/projects/ngneat/transloco/package.json b/projects/ngneat/transloco/package.json index d34b419b7..7d445a4d0 100644 --- a/projects/ngneat/transloco/package.json +++ b/projects/ngneat/transloco/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/transloco", - "version": "2.18.3", + "version": "2.18.4", "description": "The internationalization (i18n) library for Angular", "schematics": "./schematics/collection.json", "publishConfig": {