Skip to content

Commit aa050dc

Browse files
chore: bump version to 1.0.0 [skip ci]
1 parent 11c1f45 commit aa050dc

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "go-memory-visualizer",
33
"displayName": "Go Memory Layout Visualizer",
44
"description": "Real-time visualization of Go struct memory layout, padding, and alignment with optimization suggestions",
5-
"version": "0.1.0",
5+
"version": "1.0.0",
66
"publisher": "RhinoSoftware",
77
"author": {
88
"name": "RhinoSoftware"
@@ -63,7 +63,11 @@
6363
"properties": {
6464
"goMemoryVisualizer.defaultArchitecture": {
6565
"type": "string",
66-
"enum": ["amd64", "arm64", "386"],
66+
"enum": [
67+
"amd64",
68+
"arm64",
69+
"386"
70+
],
6771
"default": "amd64",
6872
"description": "Default architecture for memory layout calculation"
6973
},

0 commit comments

Comments
 (0)