Skip to content

Commit bfeecfc

Browse files
authored
Merge pull request #82 from secondlife/release/v1.0.5
chore: prepare release v1.0.5
2 parents f772ccd + d0125ef commit bfeecfc

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to the Second Life External Scripting Extension will be docu
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.5] - 2026-07-29
9+
10+
## What's Changed
11+
* chore: prepare release v1.0.4 by @github-actions[bot] in https://github.com/secondlife/sl-vscode-plugin/pull/74
12+
* Update README.md with marketplace url by @WolfGangS in https://github.com/secondlife/sl-vscode-plugin/pull/76
13+
* Prim publishing by @Rider-Linden in https://github.com/secondlife/sl-vscode-plugin/pull/69
14+
15+
16+
**Full Changelog**: https://github.com/secondlife/sl-vscode-plugin/compare/v1.0.4...v1.0.5
17+
18+
819
## [1.0.4] - 2026-05-27
920

1021
## What's Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Enhance your Second Life scripting workflow with advanced preprocessing and external editing capabilities!**
44

5-
[![Version](https://img.shields.io/badge/version-1.0.4-blue.svg)](https://github.com/secondlife/sl-vscode-plugin)
5+
[![Version](https://img.shields.io/badge/version-1.0.5-blue.svg)](https://github.com/secondlife/sl-vscode-plugin)
66
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
77
[![VS Code](https://img.shields.io/badge/VS%20Code-1.85.0%2B-red.svg)](https://code.visualstudio.com/)
88

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
@@ -2,7 +2,7 @@
22
"name": "sl-vscode-plugin",
33
"displayName": "Second Life VSCode Plugin",
44
"description": "Binding extension for external LSL and SLua editing from the Second Life viewer.",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"publisher": "lindenlab",
77
"icon": "sl-logo-vscode.png",
88
"extensionDependencies": [],

0 commit comments

Comments
 (0)