diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1c1901..81aa74a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true permissions: - content: read + contents: read jobs: build: @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest needs: build permissions: - content: write + contents: write steps: - name: Check out code base uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f316afc..d426a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add proxy support +### Changed +- Reusable workflow +- Upgrade dependencies + +### Fixed +- Fix cannot ckeckout the code base when pull requests +- Replace set-output with recommended env output + ## [2.2.1] - 2021-09-09 ### Changed diff --git a/package.json b/package.json index 5d94167..07c95d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wabarc/cairn", - "version": "2.2.1", + "version": "2.3.0", "description": "Node package and CLI tool for saving web page as single HTML file", "main": "dist/cairn.js", "types": "dist/cairn.d.ts",