From 3b6005588be5bdc8a64249ccc423af67270a0804 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:29:35 +0200 Subject: [PATCH] docs: changelog stuff --- CHANGELOG.md | 10 +++++++++- README.md | 17 +---------------- 2 files changed, 10 insertions(+), 17 deletions(-) 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.