Skip to content

Commit 79be62f

Browse files
committed
release: v5.0.0
1 parent 726e154 commit 79be62f

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npx jest --testPathPatterns=spec
3131

3232
- name: Publish to npm
33-
run: npm publish --tag v3-latest
33+
run: npm publish
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3636

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v5.0.0](https://github.com/Ziut3k-dev/api_cloudflare_client/compare/v3.5.0...v5.0.0)
8+
9+
> 13 May 2026
10+
11+
##### Changes
12+
13+
- Version bump to 5.0.0 — aligns with the main release line
14+
- Published via automated GitHub Actions release pipeline
15+
- Full CI/CD with Node 20.x and 22.x
16+
717
#### [v3.5.0](https://github.com/Ziut3k-dev/api_cloudflare_client/compare/v3.4.2...v3.5.0)
818

919
> 13 May 2026

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api_cloudflare_client",
3-
"version": "3.5.0",
3+
"version": "5.0.0",
44
"publisher": "ziut3k-dev",
55
"description": "CloudFlare API client",
66
"author": "Krzysztof Włodarski <wlodarski.dvy@gmail.com>",
@@ -129,6 +129,6 @@
129129
}
130130
},
131131
"publishConfig": {
132-
"tag": "v3-latest"
132+
"tag": "latest"
133133
}
134134
}

0 commit comments

Comments
 (0)