From c03d58101fdc93d294312179cbf77b822b98a867 Mon Sep 17 00:00:00 2001 From: Sergey Romanchuk Date: Thu, 4 Nov 2021 19:51:07 +0700 Subject: [PATCH] Updated CHANGELOG.md --- libs/api/CHANGELOG.md | 9 +++++++++ libs/api/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libs/api/CHANGELOG.md b/libs/api/CHANGELOG.md index 14dbe5b..cf0a9a4 100644 --- a/libs/api/CHANGELOG.md +++ b/libs/api/CHANGELOG.md @@ -1,3 +1,12 @@ +## 6.0.8 (2021-11-04) + + +### Bug Fixes + +* tests ([ee97d3d](https://github.com/protoarch/angular/commit/ee97d3d9ea52efff2488d797e26b915b0e71a39a)) + + + ## 6.0.7 (2021-08-18) diff --git a/libs/api/package.json b/libs/api/package.json index 57141b2..7d3bd6d 100644 --- a/libs/api/package.json +++ b/libs/api/package.json @@ -1,6 +1,6 @@ { "name": "@protoarch.angular/api", - "version": "6.0.7", + "version": "6.0.8", "ngPackage": { "lib": { "entryFile": "src/index.ts"