diff --git a/CHANGELOG.md b/CHANGELOG.md index dbcc2db..8e99065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` \ No newline at end of file +Adds ESM snippets: `serneventesm` and `serncommandesm` + +## 1.2.0 (breaking changes!) + +Removes all non-esm commands + +## 1.2.1 + +Polish some stuff diff --git a/README.md b/README.md index 0cf3d79..55d006c 100644 --- a/README.md +++ b/README.md @@ -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` - ---- \ No newline at end of file +They got moved to the [CHANGELOG.md](CHANGELOG.md) file.