Skip to content

Commit bcc18bf

Browse files
chore(main): release 3.19.0 (#140)
* chore(main): release 3.19.0 * chore: format --------- Co-authored-by: mixie-bot[bot] <127146692+mixie-bot[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <[email protected]> Co-authored-by: ascorbic <[email protected]>
1 parent ab8aeea commit bcc18bf

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.18.1"
2+
".": "3.19.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
<!-- deno-fmt-ignore-file -->
22
# Changelog
33

4+
## [3.19.0](https://github.com/ascorbic/unpic/compare/v3.18.1...v3.19.0) (2024-10-26)
5+
6+
7+
### Features
8+
9+
* add support for cloudflare images without custom domain ([#131](https://github.com/ascorbic/unpic/issues/131)) ([320784b](https://github.com/ascorbic/unpic/commit/320784bcbe8ce91c0c58723cb4446d6f8e535d99))
10+
11+
12+
### Bug Fixes
13+
14+
* fix publishing ([#138](https://github.com/ascorbic/unpic/issues/138)) ([ae9de25](https://github.com/ascorbic/unpic/commit/ae9de2532b0f3c3fc7e47b69b260c16b106d6f3c))
15+
416
## [3.18.1](https://github.com/ascorbic/unpic/compare/v3.18.0...v3.18.1) (2024-10-26)
517

618

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { transformUrl } from "jsr:@unpic/lib";
4646
If you previously installed the library from deno.land/x, you should update to
4747
use JSR instead as the deno.land/x version is no longer updated.
4848

49-
You can then use the `transformUrl` function to transform a URL:
49+
You can then use the `transformUrl` function to transform a URL:
5050

5151
```ts
5252
const url = transformUrl(

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unpic/lib",
3-
"version": "3.18.0",
3+
"version": "3.19.0",
44
"exports": "./mod.ts",
55
"tasks": {
66
"build:npm": "deno run --allow-all scripts/build_npm.ts"

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.18.1
1+
3.19.0

0 commit comments

Comments
 (0)