docs: changelog stuff

This commit is contained in:
2024-07-19 12:29:35 +02:00
parent b3e618e001
commit 3b6005588b
2 changed files with 10 additions and 17 deletions

View File

@@ -10,4 +10,12 @@ Initial release of sern snippets. It contains simple commands and events, also e
## 1.1.0
Adds ESM snippets: `serneventesm` and `serncommandesm`
Adds ESM snippets: `serneventesm` and `serncommandesm`
## 1.2.0 (breaking changes!)
Removes all non-esm commands
## 1.2.1
Polish some stuff

View File

@@ -1,22 +1,7 @@
Use [sern](https://sern.dev) as your discord framework please. Thanks! <3
## Usage
you can use `ctxeph`, `ctxopt`, `serndiscordeventesm`, `serneventesm`, `serncommandesm` and `sernclicommandesm`.
## Release Notes
### 1.0.0
Initial release of sern snippets. It contains simple commands and events, also ephemeral and empty options as message sending.
### 1.1.0
Adds ESM snippets: `serneventesm` and `serncommandesm`
### 1.2.0
Removes non-ESM snippets: `sernevent` and `serncommand`
Adds ESM snippet: `serndiscordeventesm`
---
They got moved to the [CHANGELOG.md](CHANGELOG.md) file.