From 6f5e63323a6b1ea59a959b0d0f6fe40ab0d03a3d Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Mon, 2 Mar 2020 17:12:06 +0100 Subject: [PATCH] chore(release): 9.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c74a36..9e2b8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [9.0.1](https://github.com/kyubisation/angular-server-side-configuration/compare/v9.0.0...v9.0.1) (2020-03-02) + + +### Bug Fixes + +* export ngsscBuild as a function and builder as default ([dc2ae70](https://github.com/kyubisation/angular-server-side-configuration/commit/dc2ae70397697701ced82fb5aaba467adb0b2c93)) + ## [9.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v9.0.0-next.0...v9.0.0) (2020-02-07) ## [9.0.0-next.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v8.2.1...v9.0.0-next.0) (2020-02-01) diff --git a/package-lock.json b/package-lock.json index 2fccc99..7a19da2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9a64e3..93327be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "9.0.0", + "version": "9.0.1", "description": "Configure an angular application on the server", "builders": "./builders/builders.json", "schematics": "./schematics/collection.json",