Skip to content

Commit 91ba313

Browse files
committed
Docs: Updated for v11 latest release
1 parent 78ad07d commit 91ba313

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8+
## [2.0.0-beta.0] - 2019-07-29
9+
Nothing new, but incremented version to make way for updated Discord.JS v11 variant release.
10+
11+
## [1.0.0] - 2019-07-29
12+
Latest release for [v11 branch](https://github.com/gazmull/discord-paginationembed/tree/v11). See changes below from 1.0.0-beta.0.
13+
14+
**Master branch (For Discord.JS v12)** has been incremented to `2.0.0-beta.0`
15+
816
## [1.0.0-beta.4] - 2019-04-26
917
[**Updating from `v0.8.0`**](UPDATING_V1.md#api-changes) (Updated, please read again)
1018

@@ -208,7 +216,9 @@ return 'done!';
208216
### Added
209217
- Initial release
210218

211-
[Unreleased]: https://github.com/gazmull/discord-paginationembed/compare/1.0.0-beta.4...HEAD
219+
[Unreleased]: https://github.com/gazmull/discord-paginationembed/compare/1.0.0...HEAD
220+
[2.0.0-beta.0]: https://github.com/gazmull/discord-paginationembed/compare/1.0.0-beta.4...2.0.0-beta.0
221+
[1.0.0]: https://github.com/gazmull/discord-paginationembed/compare/1.0.0-beta.4...1.0.0
212222
[1.0.0-beta.4]: https://github.com/gazmull/discord-paginationembed/compare/1.0.0-beta.3...1.0.0-beta.4
213223
[1.0.0-beta.3]: https://github.com/gazmull/discord-paginationembed/compare/1.0.0-beta.2...1.0.0-beta.3
214224
[1.0.0-beta.2]: https://github.com/gazmull/discord-paginationembed/compare/1.0.0-beta.1...1.0.0-beta.2

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ A pagination utility for MessageEmbed in Discord.JS
1010

1111
## 📣 Notice Board
1212
- [**Changelog**](https://github.com/gazmull/discord-paginationembed/blob/master/CHANGELOG.md)
13-
- [**Updating from `v0.8.0` to `v1.0.0`**](https://github.com/gazmull/discord-paginationembed/blob/master/UPDATING_V1.md) — Updated **2019-04-26**
13+
- [**Updating from `v0.8.0`**](https://github.com/gazmull/discord-paginationembed/blob/master/UPDATING_V1.md) — Updated **2019-07-29**
14+
- This utility now supports Discord.JS version [**^11.5.1 (stable)**]((https://github.com/gazmull/discord-paginationembed/tree/stable))!
1415

1516
## 🎉 Welcome
1617
-**Typings** included
1718
-[**Documentation**](https://gazmull.github.io/discord-paginationembed "Go to My Documentation") for online references
1819
-**Asynchronous** workflow
19-
- ✔ Supports [**Discord.JS v12**](https://discord.js.org/#/docs/main/master/general/welcome "Go to Discord.JS Master Documentation")
20-
- ❌ Currently does not support **Discord.JS v11** (Last version: [**v0.7.7-v11**](https://github.com/gazmull/discord-paginationembed/tree/0.7.7-v11))
20+
- ✔ Supports [Discord.JS versions **12 (master)** and **^11.5.1 (stable)**](https://discord.js.org "Go to Discord.JS Documentation")
2121
- ❔ Nothing found within docs or need a nudge? You may visit the [**Discord server**](https://discord.gg/eDUzT87)
2222

2323
## 🛠 Installation
24-
- **PaginationEmbed**: `npm install discord-paginationembed`
25-
- Master branch: `npm install gazmull/discord-paginationembed`
24+
- **PaginationEmbed**:
25+
- **Published**: `npm install discord-paginationembed@beta`
26+
- **Unpublished**: `npm install gazmull/discord-paginationembed`
2627
- ❗ Requires [**Git**](https://git-scm.com/)
2728
- **Discord.JS**: `npm install discordjs/discord.js`
2829
- ❗ Requires [**Git**](https://git-scm.com/)

UPDATING_V1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Notice
44
- This documentation will be changed without prior notice for any changes in v1's source code. In some cases, commit messages will notify everyone that this documentation has been changed.
5-
- If you are from **stable branch (v11)**, then this will no longer work for you as its support has been suspended (this package only). Last version of v11 branch: `v0.7.7-v11`
5+
- If you are from **stable branch (v11)**, then look [**here**](https://github.com/gazmull/discord-paginationembed/blob/stable/UPDATING_V1.md).
66

77
## Installation
88
New way to install the utility is from NPM: `npm install discord-paginationembed`

0 commit comments

Comments
 (0)