Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 11, 2025
1 parent c2c3c9e commit 5c6500d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]
## [1.10.0] - 2025-01-11

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode-elements/elements",
"version": "1.9.2-pre.1",
"version": "1.10.0",
"description": "Webcomponents for creating Visual Studio Code extensions",
"main": "dist/main.js",
"module": "dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/includes/VscElement.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {LitElement} from 'lit';

export class VscElement extends LitElement {
private _version = '1.9.2-pre.1';
private _version = '1.10.0';

/** VSC Element version */
get version() {
Expand Down
Binary file added vscode-elements-elements-1.10.0.tgz
Binary file not shown.

0 comments on commit 5c6500d

Please sign in to comment.