Skip to content

Commit

Permalink
Release 1.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Benden <joe@benden.us>
  • Loading branch information
jbenden committed Feb 7, 2024
1 parent 44491ad commit ce7a872
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.14.0] - 2024-02-07

### Changed

- chore(deps): Bump babel/traverse
- chore(deps): Bump node/debug
- chore: Preen istanbul outputs
- chore: Add codeclimate code coverage reporting
- fix(linters): Add support for PCLint Plus 2.0 trial license.
See #212.

### Added

- Support grouped and sorted properties. See #205.

## [1.13.1] - 2023-08-16

### Changed
Expand Down
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.13.1",
"version": "1.14.0",
"license": "MIT",
"icon": "C-Cpp-FlyLint_icon.png",
"galleryBanner": {
Expand Down
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.13.1",
"version": "1.14.0",
"license": "MIT",
"icon": "C-Cpp-FlyLint_icon.png",
"galleryBanner": {
Expand Down
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.13.1",
"version": "1.14.0",
"author": {
"name": "Joseph Benden",
"email": "joe@benden.us",
Expand Down

0 comments on commit ce7a872

Please sign in to comment.