Skip to content

Commit ae8e4b9

Browse files
committed
rename
1 parent 146dcd3 commit ae8e4b9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Migrate to v6.8.0
1+
# Migrate to v7.x.x
22

3-
Baileys 6.8.0 has multiple breaking changes that need to be addressed.
3+
Baileys 7.0.0 has multiple breaking changes that need to be addressed.
44

55
Share the link: https://whiskey.so/migrate-latest
66

@@ -90,4 +90,4 @@ With this change, the project has also moved to the new version of Yarn (Yarn v4
9090
To drastically reduce the bundle size of Baileys, we have removed some methods in the `proto` package. The only ones that remain are: `.create()` (to be used in the place of `.fromObject()`), and `.encode()` / `.decode()`
9191

9292

93-
For the full patch notes of 6.8.0, check the GitHub release: https://github.com/WhiskeySockets/Baileys/releases/tag/v6.8.0.
93+
For the full patch notes of 7.0.0, check the latest GitHub release: https://github.com/WhiskeySockets/Baileys/releases/

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const sidebars: SidebarsConfig = {
1616
// By default, Docusaurus generates a sidebar from the docs folder structure
1717
docsSidebar: [
1818
'intro',
19-
'migration/to-v6.8.0',
19+
'migration/to-v7.0.0',
2020
{
2121
type: 'category',
2222
label: 'Socket',

0 commit comments

Comments
 (0)