omnish 2.1.6 → 2.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.1.7] - 2026-07-11
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **Baileys postinstall guard:** fail install when `@whiskeysockets/baileys` is below the CVE-2026-48063 patched minimum (`scripts/check-baileys-dep.mjs`, `scripts/baileys-version.cjs`).
|
|
15
|
+
- **Publish audit tooling:** `scripts/verify-publish-manifest.mjs` (CI pre-publish Baileys pin check) and `scripts/audit-npm-baileys-versions.mjs` (registry audit / deprecate old versions).
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- **Release CI:** verify packed manifest and Baileys version tests before npm publish.
|
|
20
|
+
- **Docs:** troubleshooting for Baileys `rc.9` vs `prebuild-install` install warnings; maintainer release notes for Baileys audit.
|
|
21
|
+
|
|
22
|
+
### Security
|
|
23
|
+
|
|
24
|
+
- **npm registry:** deprecated omnish `1.1.1`–`1.5.2` (declared vulnerable Baileys `7.0.0-rc.9`).
|
|
25
|
+
|
|
10
26
|
## [2.1.6] - 2026-07-11
|
|
11
27
|
|
|
12
28
|
### Fixed
|
|
@@ -77,6 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
77
93
|
|
|
78
94
|
- Documentation and formatting updates across chat components and feature docs.
|
|
79
95
|
|
|
96
|
+
[2.1.7]: https://github.com/labKnowledge/omnish/compare/v2.1.6...v2.1.7
|
|
80
97
|
[2.1.6]: https://github.com/labKnowledge/omnish/compare/v2.1.5...v2.1.6
|
|
81
98
|
[2.1.5]: https://github.com/labKnowledge/omnish/compare/v2.1.4...v2.1.5
|
|
82
99
|
[2.1.4]: https://github.com/labKnowledge/omnish/compare/v2.1.3...v2.1.4
|
|
Binary file
|
|
Binary file
|