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

Commit 47ae300

Browse files
committed
Prepare v4.1.2 release
1 parent 02b1b15 commit 47ae300

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+
## v4.1.2
6+
7+
- Fix the config key being set when migrating old settings
8+
59
## v4.1.1
610

711
- Remove usage of `-fdiagnostics-absolute-paths`, fixing `clang` < v4.0.0

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": "4.1.1",
4+
"version": "4.1.2",
55
"description": "Lint C-based files using clang",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)