Skip to content

Commit d06633f

Browse files
chore(main): release 3.22.0 (#151)
Co-authored-by: mixie-bot[bot] <127146692+mixie-bot[bot]@users.noreply.github.com>
1 parent 7a7fba6 commit d06633f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.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.21.0"
2+
".": "3.22.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<!-- deno-fmt-ignore-file -->
22
# Changelog
33

4+
## [3.22.0](https://github.com/ascorbic/unpic/compare/v3.21.0...v3.22.0) (2024-12-07)
5+
6+
7+
### Features
8+
9+
* **astro:** support cropping ([#150](https://github.com/ascorbic/unpic/issues/150)) ([7a7fba6](https://github.com/ascorbic/unpic/commit/7a7fba698507dfa394e4f24b880210854604731f))
10+
411
## [3.21.0](https://github.com/ascorbic/unpic/compare/v3.20.0...v3.21.0) (2024-12-07)
512

613

deno.json

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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.21.0
1+
3.22.0

0 commit comments

Comments
 (0)