diff --git a/.gitignore b/.gitignore index ec9983b..dfacd4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ - -*.vsix +*.vsix \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8347084..dbcc2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to the "sern-snippets" extension will be documented in this Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [Unreleased] +## 1.0.0 -- Initial release -- Support ESM templates +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` \ No newline at end of file diff --git a/README.md b/README.md index 46f0b9d..9914d2d 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,8 @@ you can use `ctxeph`, `ctxopt`, `sernevent`, `serncommand`, `serneventesm` and ` 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` + --- diff --git a/package.json b/package.json index a11f750..a9224a9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sern-snippets", "displayName": "sern Snippets", "description": "Snippets for the sern discord bot framework", - "version": "1.0.0", + "version": "1.1.0", "repository": {"url": "https://github.com/SrIzan10/sern-snippets"}, "publisher": "SrIzan", "icon": "icon.png",