Skip to content

Commit e52d8fc

Browse files
author
github-actions
committed
2.2.0
1 parent 156e3ad commit e52d8fc

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.2.0] - 2025-08-19
88

99
### Added
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.1.1-pre.0",
3+
"version": "2.2.0",
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.1.1-pre.0';
3+
const VERSION = '2.2.0';
44
const CONFIG_KEY = '__vscodeElements_disableRegistryWarning__';
55

66
export class VscElement extends LitElement {

0 commit comments

Comments
 (0)