Skip to content

Commit

Permalink
Merge pull request #5 from olly/prepare-1.1
Browse files Browse the repository at this point in the history
Prepare v1.1
  • Loading branch information
olly authored Mar 1, 2022
2 parents e8a48a7 + 8dc3646 commit dbb7ae5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion shellcheck.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 1.1

- Add funding link. If this extension benefits your professional workflow, and you have the means, perhaps you'd
consider [buying me coffee](https://www.buymeacoffee.com/ollylegg). Thanks!
- Pipe editor content into `shellcheck` via stdin. This allows for checking unsaved files, files with unsaved
changes, and remote files.
- Convert build process to use typescript

## Version 1.0

Initial release
- Initial release
2 changes: 1 addition & 1 deletion shellcheck.novaextension/extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"identifier": "net.51degrees.shellcheck",
"name": "ShellCheck",
"version": "1.0",
"version": "1.1",
"organization": "51degrees",
"description": "Integrates ShellCheck for static analysis of shell scripts",
"bugs": "https://github.com/olly/nova-shellcheck/issues",
Expand Down

0 comments on commit dbb7ae5

Please sign in to comment.