From 48cf05b93362469962ba32a99ae4961493037402 Mon Sep 17 00:00:00 2001 From: "D. Efremov" Date: Wed, 5 Jun 2019 12:23:23 +0300 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9068a..ead1b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.0.0](https://github.com/LCGroupIT/angular-i18next-error-interceptor/compare/v1.1.0...v2.0.0) (2019-06-05) + + +### Bug Fixes + +* added Angular 8 support ([2ad3ee1](https://github.com/LCGroupIT/angular-i18next-error-interceptor/commit/2ad3ee1)) + + + # [1.1.0](https://github.com/LCGroupIT/angular-i18next-error-interceptor/compare/v1.0.0...v1.1.0) (2019-03-05) diff --git a/package.json b/package.json index cae893e..c63bc2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-i18next-error-interceptor", - "version": "1.1.0", + "version": "2.0.0", "ngPackage": { "lib": { "entryFile": "src/index.ts"