Skip to content
Snippets Groups Projects
Commit b9597033 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.1.1 [skip ci]

parent 1613ca6b
No related branches found
Tags 4.1 4.1.1
No related merge requests found
## [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) # [4.1.0](https://gitlab.com/to-be-continuous/angular/compare/4.0.0...4.1.0) (2022-11-23)
......
...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/angular' - project: 'to-be-continuous/angular'
ref: '4.1.0' ref: '4.1.1'
file: '/templates/gitlab-ci-angular.yml' file: '/templates/gitlab-ci-angular.yml'
``` ```
......
...@@ -424,7 +424,7 @@ stages: ...@@ -424,7 +424,7 @@ stages:
image: $NG_CLI_IMAGE image: $NG_CLI_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "angular", "4.1.0"] command: ["--service", "angular", "4.1.1"]
# cache configuration # cache configuration
cache: cache:
key: "$CI_COMMIT_REF_SLUG-angular" key: "$CI_COMMIT_REF_SLUG-angular"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment