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

chore(release): 3.3.0 [skip ci]

parent ea7fff33
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.3.0](https://gitlab.com/to-be-continuous/puppeteer/compare/3.2.1...3.3.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([1a727cf](https://gitlab.com/to-be-continuous/puppeteer/commit/1a727cfbbaba634999756db7701d71742625fbe6))

## [3.2.1](https://gitlab.com/to-be-continuous/puppeteer/compare/3.2.0...3.2.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/puppeteer'
    ref: '3.2.1'
    ref: '3.3.0'
    file: '/templates/gitlab-ci-puppeteer.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ puppeteer:
      - $PUPPETEER_PROJECT_DIR/.npm/
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "puppeteer", "3.2.1"]
      command: ["--service", "puppeteer", "3.3.0"]
  stage: acceptance
  before_script:
    - !reference [.puppeteer-scripts]