Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Benden <joe@benden.us>
  • Loading branch information
jbenden committed Jul 21, 2020
1 parent e987344 commit b2ff80d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.5.1] - 2020-07-21

### Changed

* Bump lodash dependency. PR #85 #86 #87.

## [1.5.0] - 2020-07-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

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

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "http://benden.us/"
},
"publisher": "jbenden",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"icon": "C-Cpp-FlyLint_icon.png",
"galleryBanner": {
Expand Down Expand Up @@ -58,5 +58,5 @@
"vscode-languageserver": "^5.1.0",
"vscode-uri": "^2.0.3",
"which": "^1.3.0"
}
}
}
2 changes: 1 addition & 1 deletion 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 @@ -8,7 +8,7 @@
"url": "http://benden.us/"
},
"publisher": "jbenden",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"icon": "C-Cpp-FlyLint_icon.png",
"galleryBanner": {
Expand Down
2 changes: 1 addition & 1 deletion server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "c-cpp-flylint-server",
"description": "C/C++ Advanced Lint: Server",
"version": "1.5.0",
"version": "1.5.1",
"author": {
"name": "Joseph Benden",
"email": "joe@benden.us",
Expand Down

0 comments on commit b2ff80d

Please sign in to comment.