Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanVashisht1234 committed Jun 18, 2024
1 parent cde919c commit dc1f1c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,21 @@ All notable changes to the "bend" extension will be documented in this file.
- Reduced bundle size from (21.86KB to 21.76KB).
- Added syntax for booleans.

# v0.1.92 [Minor release]
## v0.1.92 [Minor release]

- Added -s option by [merging #3 pull request.](https://github.com/RohanVashisht1234/bend-syntax-highlighter/pull/3)
- fixed [test/test.bend](./test/test.bend)

# v0.2.0 [Major release]
## v0.2.0 [Major release]

- Convert all existing js code to typescript
- Converted all existing js code to typescript
- Typescript helped in finding bugs easily
- Source code makes much more sense now
- Typescript helped maintain code's readability by distributing code to multiple files.
- Typescript helped in making the source code more concise
- Hence improving overall stability and performance.

## v0.2.11 [Minor release]

- Fixed minor bugs
- Made changelog (this file) better.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Bend programming language's complete language support extension",
"icon": "./icons/icon.avif",
"license": "MIT",
"version": "0.2.0",
"version": "0.2.11",
"author": "Rohan Vashisht",
"bugs": {
"email": "[email protected]",
Expand Down

0 comments on commit dc1f1c6

Please sign in to comment.