Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Benden <joe@benden.us>
  • Loading branch information
jbenden committed May 27, 2021
1 parent 42f3d84 commit 6ca9c82
Show file tree
Hide file tree
Showing 8 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.9.2] - 2021-05-27

### Changed

- Remove SVG reference inside of README.md.

## [1.9.1] - 2021-05-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<img src="C-Cpp-FlyLint_icon.svg" style="display: inline;" align="right" width="25%" height="256" />
<img src="C-Cpp-FlyLint_icon.png" style="display: inline;" align="right" width="25%" height="256" />
<h1>C/C++ Advanced Lint for VS Code</h1>

<div>
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.

2 changes: 1 addition & 1 deletion 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.9.1",
"version": "1.9.2",
"license": "MIT",
"icon": "C-Cpp-FlyLint_icon.png",
"galleryBanner": {
Expand Down
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.9.1",
"version": "1.9.2",
"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.9.1",
"version": "1.9.2",
"author": {
"name": "Joseph Benden",
"email": "joe@benden.us",
Expand Down

0 comments on commit 6ca9c82

Please sign in to comment.