Skip to content

Commit 93b3b4a

Browse files
committed
chore: release new versions
1 parent cce0dc1 commit 93b3b4a

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# zaileys
22

3+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- chore: fix npm install footprint and git ignores
8+
- Updated dependencies
9+
- @zaileys/media-process@2.3.1
10+
311
## 3.1.1
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zaileys",
33
"description": "Zaileys - Simplified WhatsApp Node.js TypeScript/JavaScript API",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",

packages/media-process/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zaileys/media-process
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- chore: fix npm install footprint and git ignores
8+
39
## 2.3.0
410

511
### Minor Changes

packages/media-process/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zaileys/media-process",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "WhatsApp Media Processing library for Zaileys",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)