Skip to content

Commit 952e19f

Browse files
committed
minor changes
1 parent b19dde6 commit 952e19f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1818

1919
### Changed:
2020

21-
- `[SerializeField]` snippet changed to `sfield` (#44)
21+
- `[SerializeField]` snippet changed to `sfield` ([#44](https://github.com/kleber-swf/vscode-unity-code-snippets/issues/44))
2222
- Several internal changes to better performance and maintainability
2323

2424
### Fixed:
2525

26-
- `StateMachineBehaviour` class template indent fix (#43)
26+
- `StateMachineBehaviour` class template indent fix ([#43](https://github.com/kleber-swf/vscode-unity-code-snippets/issues/43))
2727

2828
## [2.2.5] - 2023-08-06
2929

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"lint": "eslint src --ext ts",
125125
"test": "node ./out/test/runTest.js",
126126
"vsce:build": "vsce package",
127-
"vsce:publish": "vsce publish"
127+
"vsce:publish": "vsce publish; echo \"Don't forget to publish to https://open-vsx.org/\""
128128
},
129129
"devDependencies": {
130130
"@types/vscode": "^1.80.0",

0 commit comments

Comments
 (0)