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

chore(release): 4.5.0 [skip ci]

parent 49a2fca3
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.5.0](https://gitlab.com/to-be-continuous/angular/compare/4.4.0...4.5.0) (2023-05-28)


### Features

* **publish:** auto publish on release tag ([304ee1b](https://gitlab.com/to-be-continuous/angular/commit/304ee1b4d3a10d5cb0990a96c50ae2934e99c0ac))

# [4.4.0](https://gitlab.com/to-be-continuous/angular/compare/4.3.2...4.4.0) (2023-05-27)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,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.4.0'
    ref: '4.5.0'
    file: '/templates/gitlab-ci-angular.yml'
```

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