Skip to content

Commit 0e3588a

Browse files
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2025-05-01) ### Bug Fixes * added css-loader ([6a47b39](6a47b39)) * update [@cocreate](https://github.com/cocreate) dependencies ([8968d7b](8968d7b)) * update query attributes ([a098c55](a098c55)) * updated cocreate modules versions ([f8e790a](f8e790a)) * webpack.config and devdependencies ([7f45577](7f45577))
1 parent 8968d7b commit 0e3588a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.2.2](https://github.com/CoCreate-app/CoCreate-ffmpeg/compare/v1.2.1...v1.2.2) (2025-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* added css-loader ([6a47b39](https://github.com/CoCreate-app/CoCreate-ffmpeg/commit/6a47b39af58a6a54e863a8d9e838201c9b3cb56b))
7+
* update [@cocreate](https://github.com/cocreate) dependencies ([8968d7b](https://github.com/CoCreate-app/CoCreate-ffmpeg/commit/8968d7b9907323b9f69d41fb48a06e61f8cc8874))
8+
* update query attributes ([a098c55](https://github.com/CoCreate-app/CoCreate-ffmpeg/commit/a098c550edc2bbc447ba4ccad6a78b38a8e19f53))
9+
* updated cocreate modules versions ([f8e790a](https://github.com/CoCreate-app/CoCreate-ffmpeg/commit/f8e790a2a12754647c5a27e10dc20bb5ac1348c3))
10+
* webpack.config and devdependencies ([7f45577](https://github.com/CoCreate-app/CoCreate-ffmpeg/commit/7f4557723fa29b2d35b5cddcb2bc9eb23abea92c))
11+
112
## [1.2.1](https://github.com/CoCreate-app/CoCreate-ffmpeg/compare/v1.2.0...v1.2.1) (2025-04-11)
213

314

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/ffmpeg",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A media processing module using FFmpeg for video/audio manipulation via a JavaScript API and HTML attributes. Supports transcoding, resizing, and more, simplifying media tasks for web applications.",
55
"keywords": [
66
"ffmpeg",
@@ -56,4 +56,4 @@
5656
"@ffmpeg/ffmpeg": "^0.12.10",
5757
"@ffmpeg/util": "^0.12.1"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)