Skip to content

Commit

Permalink
[Fix] Bumped version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KreativJos committed Oct 19, 2021
1 parent 5e0cc52 commit 0a5d766
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.5.2] - 2021-10-19
### Fixed
- Loading speed increased by using webpack & excluding unneeded files from package
- Code actions throwing errors

## [1.5.1] - 2021-10-18
### Added
- Razor page template
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "C# IDE Extensions for VSCode",
"author": "KreativJos",
"license": "MIT",
"version": "1.5.1",
"version": "1.5.2",
"publisher": "kreativ-software",
"engines": {
"vscode": "^1.56.0"
Expand Down Expand Up @@ -195,4 +195,4 @@
"lodash": "^4.7.0",
"xml2js": "^0.4.23"
}
}
}

0 comments on commit 0a5d766

Please sign in to comment.