diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8dd279..ca6550f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Prepare tag @@ -35,7 +35,7 @@ jobs: needs: check-release-tag if: ${{ needs.check-release-tag.outputs.tag }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Prepare tag run: | export TAG=v$(jq -r '.version' package.json) @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest needs: create-github-release steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: flood-io/is-published-on-npm@8478347e2650eb228d303975415458183d0a37e4 id: is-published - run: echo "This version is already published on NPM" diff --git a/.github/workflows/release_pr.yml b/.github/workflows/release_pr.yml index 580e50f..022845e 100644 --- a/.github/workflows/release_pr.yml +++ b/.github/workflows/release_pr.yml @@ -11,13 +11,13 @@ jobs: name: Prepare release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Get current version shell: bash run: | CURRENT_VERSION=$(jq -r '.version' package.json) echo "CURRENT_VERSION=$CURRENT_VERSION" >> $GITHUB_ENV - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: pusher/actions token: ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bec14d4..1a388e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b515e..5d08495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 5.3.0 + +- [CHANGED] Describe your change here. Look at CHANGELOG.md to see the format. + ## 5.2.0 -- [CHANGED] Remove old notification references. It's no longer being used +- [CHANGED] Remove old notification references. It's no longer being used ## 5.1.3 diff --git a/package-lock.json b/package-lock.json index 25172b6..08e9ff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pusher", - "version": "5.1.3", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pusher", - "version": "5.1.3", + "version": "5.2.0", "license": "MIT", "dependencies": { "@types/node-fetch": "^2.5.7", diff --git a/package.json b/package.json index e006458..75003cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pusher", "description": "Node.js client to interact with the Pusher Channels REST API", - "version": "5.2.0", + "version": "5.3.0", "author": "Pusher ", "contributors": [ {