Skip to content

Commit

Permalink
Bump version to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed May 23, 2023
1 parent aa316a9 commit b67c0ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

permissions:
content: read
contents: read

jobs:
build:
Expand Down Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b67c0ec

Please sign in to comment.