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

chore(release): 3.0.1 [skip ci]

parent 13eec552
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.0.1](https://gitlab.com/to-be-continuous/angular/compare/3.0.0...3.0.1) (2022-08-08)


### Bug Fixes

* **e2e:** skip if enabled var unset ([13eec55](https://gitlab.com/to-be-continuous/angular/commit/13eec5524043d7d4db7bd319f867660cc3ccea23))

# [3.0.0](https://gitlab.com/to-be-continuous/angular/compare/2.2.0...3.0.0) (2022-08-05)


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

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