Skip to content

Commit

Permalink
chore(main): release 3.19.0 (#140)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Oct 26, 2024
1 parent ab8aeea commit bcc18bf
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.18.1"
".": "3.19.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<!-- deno-fmt-ignore-file -->
# Changelog

## [3.19.0](https://github.com/ascorbic/unpic/compare/v3.18.1...v3.19.0) (2024-10-26)


### Features

* add support for cloudflare images without custom domain ([#131](https://github.com/ascorbic/unpic/issues/131)) ([320784b](https://github.com/ascorbic/unpic/commit/320784bcbe8ce91c0c58723cb4446d6f8e535d99))


### Bug Fixes

* fix publishing ([#138](https://github.com/ascorbic/unpic/issues/138)) ([ae9de25](https://github.com/ascorbic/unpic/commit/ae9de2532b0f3c3fc7e47b69b260c16b106d6f3c))

## [3.18.1](https://github.com/ascorbic/unpic/compare/v3.18.0...v3.18.1) (2024-10-26)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import { transformUrl } from "jsr:@unpic/lib";
If you previously installed the library from deno.land/x, you should update to
use JSR instead as the deno.land/x version is no longer updated.

You can then use the `transformUrl` function to transform a URL:
You can then use the `transformUrl` function to transform a URL:

```ts
const url = transformUrl(
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unpic/lib",
"version": "3.18.0",
"version": "3.19.0",
"exports": "./mod.ts",
"tasks": {
"build:npm": "deno run --allow-all scripts/build_npm.ts"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.18.1
3.19.0

0 comments on commit bcc18bf

Please sign in to comment.