Skip to content

Commit 4998d04

Browse files
committed
update package.json and changelog
1 parent 0f238c6 commit 4998d04

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to the "workspace-snippets" extension will be documented in this file.
3+
All notable changes to the "workspace-code-snippets" extension will be documented in this file.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
[v0.5.0] 29-11-2023
66

7-
## [Unreleased]
7+
- prefixSymbol -> workspaceCodeSnippets.prefixSymbol in settings.json
8+
- Add set scope setting in settings.json. When false, the scope will be set to global.
9+
- New icon
810

9-
- Initial release
11+
[v0.4.0] 16-10-2023
12+
13+
- Updated package.json version to 0.4.0 for enhanced compatibility
14+
- Streamlined code structure by refactoring and separating files for improved maintainability and scalability
15+
16+
[v0.1.0 - v0.3.0] 03-10-2023
17+
18+
- Init
19+
- Added keybinding and menu item
20+
- Updated readme
21+
- Added icon and moved images to assets folder
22+
- Checked if snippet already exists
23+
- Showed as status message instead of popup message
24+
- Added scope to the snippet
25+
- Created prefix from name
26+
- Updated package.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://felix.surf/",
77
"description": "Create code snippets in your workspace and share them with your team.",
88
"repository": "https://github.com/feli0x/workspace-code-snippets",
9-
"version": "0.4.0",
9+
"version": "0.5.0",
1010
"icon": "assets/icon.png",
1111
"engines": {
1212
"vscode": "^1.83.0"

0 commit comments

Comments
 (0)