Skip to content

Commit 7552329

Browse files
Release 4.51.2
1 parent e0c06d8 commit 7552329

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [4.51.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.51.0...4.51.1)
10+
## [4.51.2](https://github.com/open-wa/wa-automate-nodejs/compare/4.51.1...4.51.2)
1111

1212
### Commits
1313

14+
- 🐛 fix: shim fs.promises.constants for older node versions #2955 [`c6e11d1`](https://github.com/open-wa/wa-automate-nodejs/commit/c6e11d121d173e243c5be72d51da1a6039da549f)
15+
- 🔧 use `sessionDataPath` even if `inDocker` is true #2963 [`e0c06d8`](https://github.com/open-wa/wa-automate-nodejs/commit/e0c06d85f5d573f474155c01ae43ae089230169b)
16+
17+
## [4.51.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.51.0...4.51.1) - 2022-11-20
18+
19+
### Commits
20+
21+
- Release 4.51.1 [`9ddde69`](https://github.com/open-wa/wa-automate-nodejs/commit/9ddde697d1e5ebbeafd1aa5dda551f92dc7c4a77)
1422
- 🐛 fix mp3 regression #2952 [`ebd3222`](https://github.com/open-wa/wa-automate-nodejs/commit/ebd3222adbc08490fa0ca35dec5b541f8d451a42)
1523

1624
## [4.51.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.50.2...4.51.0) - 2022-11-19

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wa/wa-automate",
3-
"version": "4.51.1",
3+
"version": "4.51.2",
44
"licenseCheckUrl": "https://funcs.openwa.dev/license-check",
55
"brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
66
"patches": "https://cdn.openwa.dev/patches.json",

release.png

17.7 KB
Loading

0 commit comments

Comments
 (0)