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

Commit 7879c04

Browse files
committed
Prepare v3.4.5 release
1 parent b74c6a2 commit 7879c04

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

5+
## v3.4.5
6+
7+
- Update dependencies
8+
- Remove unused styles
9+
- Fix specs
10+
11+
## v3.1.3 - v3.4.4
12+
13+
- _Undocumented..._
14+
515
## v3.1.3
616

717
- Fix flags parsing.

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

0 commit comments

Comments
 (0)