mirror of
https://github.com/sern-handler/snippets
synced 2026-06-27 18:22:19 +00:00
feat: 1.1.0
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1 @@
|
||||
|
||||
*.vsix
|
||||
*.vsix
|
||||
@@ -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`
|
||||
@@ -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`
|
||||
|
||||
---
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user