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

chore(release): 3.5.1 [skip ci]

parent e53d3471
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.5.1](https://gitlab.com/to-be-continuous/node/compare/3.5.0...3.5.1) (2022-12-11)


### Bug Fixes

* **audit:** npm audit has no upstream deps ([e53d347](https://gitlab.com/to-be-continuous/node/commit/e53d3471859bcc42d2ab196ab84d4106d0ec0527))

# [3.5.0](https://gitlab.com/to-be-continuous/node/compare/3.4.2...3.5.0) (2022-12-01)


+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/node'
    ref: '3.5.0'
    ref: '3.5.1'
    file: '/templates/gitlab-ci-node.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ stages:
  image: $NODE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "node", "3.5.0" ]
      command: ["--service", "node", "3.5.1" ]
  variables:
    # Yarn cache (better than --cache-folder option, deprecated)
    YARN_CACHE_FOLDER: "$CI_PROJECT_DIR/$NODE_PROJECT_DIR/.yarn"