Skip to content

Commit b67c0ec

Browse files
Bump version to v2.3.0
1 parent aa316a9 commit b67c0ec

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
permissions:
16-
content: read
16+
contents: read
1717

1818
jobs:
1919
build:
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
needs: build
5757
permissions:
58-
content: write
58+
contents: write
5959
steps:
6060
- name: Check out code base
6161
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Added
1212
- Add proxy support
1313

14+
### Changed
15+
- Reusable workflow
16+
- Upgrade dependencies
17+
18+
### Fixed
19+
- Fix cannot ckeckout the code base when pull requests
20+
- Replace set-output with recommended env output
21+
1422
## [2.2.1] - 2021-09-09
1523

1624
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wabarc/cairn",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Node package and CLI tool for saving web page as single HTML file",
55
"main": "dist/cairn.js",
66
"types": "dist/cairn.d.ts",

0 commit comments

Comments
 (0)