Skip to content

Commit 32b0584

Browse files
chore(main): release 4.0.0 (#154)
* chore(main): release 4.0.0 * chore: format * Update CHANGELOG.md for version 4.0.0 release * Change format --------- Co-authored-by: mixie-bot[bot] <127146692+mixie-bot[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg>
1 parent 295d23d commit 32b0584

10 files changed

Lines changed: 2075 additions & 1397 deletions

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
deno-version: vx.x.x
2222
- name: Typecheck
23-
run: deno fmt
23+
run: deno fmt src
2424
- name: Commit changes
2525
uses: stefanzweifel/git-auto-commit-action@v5
2626
with:

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.22.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<!-- deno-fmt-ignore-file -->
22
# CHANGELOG
33

4-
## 4.0.0
4+
## [4.0.0](https://github.com/ascorbic/unpic/compare/v3.22.0...v4.0.0) (2025-01-19)
5+
6+
### ⚠ BREAKING CHANGES
57

68
This is a major release with several breaking changes. See
79
[UPGRADING.md](UPGRADING.md) for a detailed migration guide.
@@ -44,7 +46,6 @@ This is a major release with several breaking changes. See
4446
- `FormatMap`
4547
- `ImageFormat`
4648
- `ProviderConfig`
47-
# Changelog
4849

4950
## [3.22.0](https://github.com/ascorbic/unpic/compare/v3.21.0...v3.22.0) (2024-12-07)
5051

0 commit comments

Comments
 (0)