Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 67c450f

Browse files
committed
Prepare v3.4.9 release
1 parent 9e8fcf3 commit 67c450f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
_`linter-clang` follows [semantic versioning](http://semver.org/)_
44

5+
## v3.4.9
6+
7+
- Fix declaration of member functions
8+
59
## v3.4.8
610

711
- Fix package dependency specification

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-clang",
33
"main": "./lib/main",
4-
"version": "3.4.8",
4+
"version": "3.4.9",
55
"description": "Lint C-based files using clang",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)