Skip to content

Commit

Permalink
bump version + optimize package
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielCherian committed Aug 9, 2021
1 parent 8651e5b commit a44f872
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 41 deletions.
9 changes: 7 additions & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.vscode/**
.examples/**
.src/tests/**
.vscode-test/**
out/test/**
test/**
src/**
**/*.map
*.vsix
.gitignore
tsconfig.json
vsc-extension-quickstart.md
*.svg
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Would like to implement tests and other sustainability features before bumping v
- Added janky HoverProvider for variable types
- Added split/reverse to hover provider

## 0.1.2 (unreleased)
## 0.1.2
- Added tx to completion provider and syntax highlighting
- added byte alias for bytes1
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ None available yet.

Check the [changelog](/CHANGELOG.md) for past releases. Latest stable version:

### 0.1.1
- Fixed language grammar to have comprehensive highlighting
- Added janky HoverProvider for variable types
- Added split/reverse to hover provider
### 0.1.2
- Added tx to completion provider and syntax highlighting
- added byte alias for bytes1
77 changes: 44 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "NathanielCherian",
"displayName": "cashscript",
"description": "Cashscript language support for Visual Studio Code",
"version": "0.1.1",
"version": "0.1.2",
"icon": "media/icon.png",
"repository": {
"type": "git",
Expand Down

0 comments on commit a44f872

Please sign in to comment.