From 5af36835dc4bfc386eb3e6e99935936d7bb21eb0 Mon Sep 17 00:00:00 2001 From: Davide Vacca Date: Fri, 5 Jul 2024 12:27:22 +0200 Subject: [PATCH] Update CHANGELOG and delivery job for CI --- .github/workflows/node.yml | 6 +++--- CHANGELOG.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 5e51ada..c4b2fc3 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -56,7 +56,7 @@ jobs: ONFIDO_SAMPLE_MOTION_ID_1: ${{ secrets.ONFIDO_SAMPLE_MOTION_ID_1 }} ONFIDO_SAMPLE_MOTION_ID_2: ${{ secrets.ONFIDO_SAMPLE_MOTION_ID_2 }} - publish-npm: + publish: runs-on: ubuntu-latest needs: integration-tests environment: delivery @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.GH_ACTION_ACCESS_TOKEN }} - ref: ${{ github.ref_name }} + ref: master - uses: actions/setup-node@v4 with: node-version: 16.x @@ -80,4 +80,4 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.npm_token }} - name: Update and commit CHANGELOG.md - uses: onfido/onfido-actions/update-changelog@main \ No newline at end of file + uses: onfido/onfido-actions/update-changelog@main diff --git a/CHANGELOG.md b/CHANGELOG.md index a9cc4c7..9d17aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v3.2.0 2nd July 2024 + +- Release based on Onfido OpenAPI spec version [v3.1.0](https://github.com/onfido/onfido-openapi-spec/releases/tag/v3.1.0): + - Add missing fields in document report's properties + ## v3.1.0 24th June 2024 - Library has been updated and automatically generated from [Onfido OpenAPI Spec](https://github.com/onfido/onfido-openapi-spec) (release [v3.0.0](https://github.com/onfido/onfido-openapi-spec/releases/tag/v3.0.0))