diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c4d25..b9622ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.1.0](https://github.com/fulls1z3/ngx-config/compare/v8.0.2...v8.1.0) (2020-03-10) + + +### Features + +* **core:** Make ConfigModule importable in every NgModule ([#157](https://github.com/fulls1z3/ngx-config/issues/157)) ([30d9e09](https://github.com/fulls1z3/ngx-config/commit/30d9e095945144246b57b8664ec59d9d1226c427)) + + + + + ## [8.0.2](https://github.com/fulls1z3/ngx-config/compare/v8.0.1...v8.0.2) (2019-12-02) diff --git a/lerna.json b/lerna.json index 1e7e63e..d31cc45 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/@ngx-config/*" ], - "version": "8.0.2", + "version": "8.1.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/@ngx-config/core/CHANGELOG.md b/packages/@ngx-config/core/CHANGELOG.md index d2ec734..cd4423a 100644 --- a/packages/@ngx-config/core/CHANGELOG.md +++ b/packages/@ngx-config/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.1.0](https://github.com/fulls1z3/ngx-config/compare/v8.0.2...v8.1.0) (2020-03-10) + + +### Features + +* **core:** Make ConfigModule importable in every NgModule ([#157](https://github.com/fulls1z3/ngx-config/issues/157)) ([30d9e09](https://github.com/fulls1z3/ngx-config/commit/30d9e095945144246b57b8664ec59d9d1226c427)) + + + + + ## [8.0.1](https://github.com/fulls1z3/ngx-config/compare/v8.0.0...v8.0.1) (2019-11-21) **Note:** Version bump only for package @ngx-config/core diff --git a/packages/@ngx-config/core/package.json b/packages/@ngx-config/core/package.json index c1185b1..7b82a76 100644 --- a/packages/@ngx-config/core/package.json +++ b/packages/@ngx-config/core/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-config/core", - "version": "8.0.1", + "version": "8.1.0", "description": "Configuration utility for Angular", "repository": { "type": "git",