Skip to content

Commit

Permalink
v1.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 12, 2025
1 parent 4c808d1 commit d8b38b1
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 3 deletions.
44 changes: 44 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
- commits:
- subject: "patch: set as private"
hash: f9ab54cdd5e7a971004576c2628e3812771faedc
body: ""
footer: {}
author: Edwin Joassart
- subject: "patch: upgrade webpack"
hash: e054ed5eaae4ccb62323ae11be14bd0c6c258ad3
body: ""
footer: {}
author: Edwin Joassart
- subject: "patch: switch to balena-lint"
hash: 721ec03c9db0300579958a8dd2e8a977c97dc96c
body: ""
footer: {}
author: Edwin Joassart
- subject: "patch: add proper tests"
hash: a2528afb58c16f50e9c82dcd5fd547962ffd0085
body: ""
footer: {}
author: Edwin Joassart
- subject: "patch: switch gh workflow to flowzone"
hash: 5adb081dfb4821514af7730f1e3ab81304a8a6ea
body: ""
footer: {}
author: Edwin Joassart
version: 1.2.25
title: ""
date: 2025-02-12T10:22:13.399Z
- version: 1.2.24
date: 2023-11-28T13:34:24Z
commits:
- hash: 8dddd380ff4320f16129cecea9bc504df81c6fae
author: 20k-ultra
footers:
signed-off-by: 20k-ultra <[email protected]>
subject: Persist paths on redirect matches
body: ""
- hash: f589224e2b10b2c9a5b28d792aa7101b834d86b3
author: 20k-ultra
footers:
signed-off-by: 20k-ultra <[email protected]>
subject: Simplify redirectPath selection condition
body: ""
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### Dependency updates

# v1.2.25
## (2025-02-12)

* patch: set as private [Edwin Joassart]
* patch: upgrade webpack [Edwin Joassart]
* patch: switch to balena-lint [Edwin Joassart]
* patch: add proper tests [Edwin Joassart]
* patch: switch gh workflow to flowzone [Edwin Joassart]

- [`1c24f1f`](https://github.com/betahuhn/cf-worker-redirect/commit/1c24f1f) Bump webpack from 5.58.0 to 5.58.1
- [`f34a09e`](https://github.com/betahuhn/cf-worker-redirect/commit/f34a09e) Bump worker-setup from 1.4.16 to 1.4.17
- [`91408bc`](https://github.com/betahuhn/cf-worker-redirect/commit/91408bc) Bump typescript from 4.4.3 to 4.4.4
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-worker-redirect",
"version": "1.2.24",
"version": "1.2.25",
"description": "Simple URL shortener running at the edge with Cloudflare Workers and Worker KV.",
"main": "dist/index.js",
"private": true,
Expand Down Expand Up @@ -48,5 +48,8 @@
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"worker-setup": "^1.5.0"
},
"versionist": {
"publishedAt": "2025-02-12T10:22:13.452Z"
}
}

0 comments on commit d8b38b1

Please sign in to comment.