Skip to content

Commit c996692

Browse files
author
github-actions
committed
2.3.1
1 parent e426875 commit c996692

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

7-
## [Unreleased]
7+
## [2.3.1] - 2025-09-14
88

99
### Fixed
1010

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-elements/elements",
3-
"version": "2.3.1-pre.2",
3+
"version": "2.3.1",
44
"description": "Web components for creating Visual Studio Code extensions",
55
"main": "dist/main.js",
66
"module": "dist/main.js",

src/includes/VscElement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {LitElement} from 'lit';
22

3-
const VERSION = '2.3.1-pre.2';
3+
const VERSION = '2.3.1';
44
const CONFIG_KEY = '__vscodeElements_disableRegistryWarning__';
55

66
export class VscElement extends LitElement {

0 commit comments

Comments
 (0)