From 6c58199e4475373bd04ff34441c8a4f3641ffbc8 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 22 Oct 2022 22:45:58 +0200 Subject: [PATCH] feat: 1.1.0 --- .gitignore | 3 +-- CHANGELOG.md | 9 ++++++--- README.md | 4 ++++ package.json | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) 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",