From b95970335d58c4f5b87cba50404bc3988fe21b5b Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 26 Nov 2022 19:20:53 +0000 Subject: [PATCH] chore(release): 4.1.1 [skip ci] ## [4.1.1](https://gitlab.com/to-be-continuous/angular/compare/4.1.0...4.1.1) (2022-11-26) ### Bug Fixes * support custom CA certificates with npm ([1613ca6](https://gitlab.com/to-be-continuous/angular/commit/1613ca6bda54a2d0d3e11057e2c4fe52bea925fd)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- templates/gitlab-ci-angular.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5172c54..b9df6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.1](https://gitlab.com/to-be-continuous/angular/compare/4.1.0...4.1.1) (2022-11-26) + + +### Bug Fixes + +* support custom CA certificates with npm ([1613ca6](https://gitlab.com/to-be-continuous/angular/commit/1613ca6bda54a2d0d3e11057e2c4fe52bea925fd)) + # [4.1.0](https://gitlab.com/to-be-continuous/angular/compare/4.0.0...4.1.0) (2022-11-23) diff --git a/README.md b/README.md index bd8ddca..9a3ddcf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/angular' - ref: '4.1.0' + ref: '4.1.1' file: '/templates/gitlab-ci-angular.yml' ``` diff --git a/templates/gitlab-ci-angular.yml b/templates/gitlab-ci-angular.yml index 2cf0f0f..d93f4f3 100644 --- a/templates/gitlab-ci-angular.yml +++ b/templates/gitlab-ci-angular.yml @@ -424,7 +424,7 @@ stages: image: $NG_CLI_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "angular", "4.1.0"] + command: ["--service", "angular", "4.1.1"] # cache configuration cache: key: "$CI_COMMIT_REF_SLUG-angular" -- GitLab