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

chore(release): 4.1.0 [skip ci]

parent b8a2cdee
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.1.0](https://gitlab.com/to-be-continuous/angular/compare/4.0.0...4.1.0) (2022-11-23)


### Features

* add extra opts to install project deps ([b8a2cde](https://gitlab.com/to-be-continuous/angular/commit/b8a2cdee7931772e3028ad8ad1b3db2f10fedf8a))

# [4.0.0](https://gitlab.com/to-be-continuous/angular/compare/3.2.1...4.0.0) (2022-10-20)


+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.0.0'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-angular.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@ stages:
  image: $NG_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "angular", "4.0.0"]
      command: ["--service", "angular", "4.1.0"]
  # cache configuration
  cache:
    key: "$CI_COMMIT_REF_SLUG-angular"