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

chore(release): 4.6.0 [skip ci]

parent 50ebe6a1
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.6.0](https://gitlab.com/to-be-continuous/angular/compare/4.5.1...4.6.0) (2023-11-25)


### Bug Fixes

* **publish:** reuse $NPM_PUBLISH_REGISTRY when publishing non-lib project ([1774ce7](https://gitlab.com/to-be-continuous/angular/commit/1774ce7370381534e2dc48360e044d98c7032dcf))


### Features

* support multiple auth methods ([596b9b6](https://gitlab.com/to-be-continuous/angular/commit/596b9b66b9b9b10fb55a4a128349f908162dfa99))

## [4.5.1](https://gitlab.com/to-be-continuous/angular/compare/4.5.0...4.5.1) (2023-10-16)


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

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