Skip to content

Commit a117798

Browse files
committed
Releasing @aws/lsp-codewhisperer@0.0.10
+ fixed husky pre-commit script
1 parent 31d001f commit a117798

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.husky/pre-commit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
32

43
echo [pre-commit] formatting staged files...
54
npm run format-staged
65
echo [pre-commit] done formatting staged files
76

87
git secrets --register-aws || (echo 'Please install git-secrets https://github.com/awslabs/git-secrets to check for accidentally commited secrets!' && exit 1)
9-
git secrets --scan
8+
git secrets --scan

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/aws-lsp-codewhisperer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.0.10] - 2024-07-29
4+
- **Feature**: Add Q .NET Transform Server
5+
- Add default response for "How can Amazon Q help me?"
6+
- Allow "0" to be used as partial token in chat handler
7+
38
## [0.0.9] - 2024-07-01
49
- Update security scans to exclude gitignored files
510

server/aws-lsp-codewhisperer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-codewhisperer",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "CodeWhisperer Language Server",
55
"main": "out/index.js",
66
"repository": {

0 commit comments

Comments
 (0)