Skip to content

Commit 02025fa

Browse files
release: Kiro Support
1 parent 3eab9e4 commit 02025fa

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
## Table of Contents
66

7-
- [Unreleased](#unreleased---date)
8-
- [3.3](#330---unreleased) - Kiro Support
7+
- [3.3](#330---2026-01-03) - Kiro Support
98
- [3.2](#320---2025-12-31) - Windsurf Support
109
- [3.1](#310---2025-12-15) - AbacusAI Support
1110
- [3.0](#300---2025-12-13) - Lazily Read Snippets
@@ -27,17 +26,16 @@
2726
- [1.1](#111---2025-04-08) - Snippet Insertion Features
2827
- [1.0](#103---2025-03-22) - Initial Release
2928

30-
## [3.3.0] - UNRELEASED
29+
## [3.3.0] - 2026-01-03
3130

3231
### Added
3332

3433
- Added Kiro IDE support
35-
- Buttons to views welcome for improved new user UX
36-
- Added HTML minification
34+
- Buttons to welcome views for improved new user UX
3735

3836
### Fixed
3937

40-
- command to create project snippets shows outside of workspaces
38+
- Command to create project snippets shouldn't show outside of workspaces
4139

4240
### Removed
4341

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": "snippetstudio",
33
"displayName": "SnippetStudio",
44
"description": "A snippets manager that assists you in creating, editing, viewing, and deleting snippets and snippet files.",
5-
"version": "3.2.0",
5+
"version": "3.3.0",
66
"publisher": "AlexDombroski",
77
"author": {
88
"name": "Alex Dombroski",

src/ui/peeker/SnippetPeekProvider.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default class SnippetPeekProvider implements TextDocumentContentProvider
9797
}
9898
}
9999

100-
/* c8 ignore start */
100+
/* v8 ignore next -- @preserve */
101101

102102
/** returns the comment syntax for a given language */
103103
function getCommentToken(langId: string): string | [string, string] {
@@ -147,4 +147,3 @@ function getCommentToken(langId: string): string | [string, string] {
147147
return '//';
148148
}
149149
}
150-
/* c8 ignore stop */

0 commit comments

Comments
 (0)