Commit b9597033 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.1.1 [skip ci]

parent 1613ca6b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [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)


+1 −1
Original line number Diff line number Diff line
@@ -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'
```

+1 −1
Original line number Diff line number Diff line
@@ -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"