3 Commits

Author SHA1 Message Date
renovate[bot]
9da3b6bbea chore(deps): update dependency node to v24 2025-11-01 07:50:27 +00:00
41f0c17973 chore: bump to 1.2.2 2024-07-19 12:51:10 +02:00
99f78c9852 ci: fix release type published 2024-07-19 12:50:21 +02:00
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
on:
release:
types: [published]
workflow_dispatch:
name: Deploy Extension
@@ -10,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
id: openVSXPublish

View File

@@ -19,3 +19,7 @@ Removes all non-esm commands
## 1.2.1
Polish some stuff
## 1.2.2
Fix some ci stuff and versioning mistakes

View File

@@ -2,7 +2,7 @@
"name": "sern-snippets",
"displayName": "sern Snippets",
"description": "Snippets for the sern discord bot framework",
"version": "1.2.1",
"version": "1.2.2",
"repository": {
"url": "https://github.com/sern-handler/snippets"
},