Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Jun 4, 2022
1 parent dd6fd04 commit a7ccc5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to the "nasm-langauge-support" extension will be documented

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
## 1.0.0

- Initial release
- Added syntax highlighting
- Added auto-indentation
- Added LSP server for diagnostics
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nasm-langauge-support",
"displayName": "NASM Langauge Support",
"description": "Language features for NASM Assembly",
"version": "0.0.1",
"version": "1.0.0",
"engines": {
"vscode": "^1.67.0"
},
Expand Down

0 comments on commit a7ccc5b

Please sign in to comment.