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

Commit 0f3a4fd

Browse files
committed
Prepare v0.5.0 release
1 parent a01f817 commit 0f3a4fd

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
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.5.0
4+
5+
* Update `swagger-parser` to v5.0.0 (#63)
6+
7+
## 0.4.3
8+
9+
* Use the entire first line of the file if no range given (#54)
10+
* Add the ability to lint OpenAPI specs (#57)
11+
* Update `swagger-parser` to v4.1.0 (#60)
12+
313
## 0.4.2
414

515
* Update `swagger-parser` to v3.4.2 (#46)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-swagger",
33
"main": "./lib/main",
4-
"version": "0.4.3",
4+
"version": "0.5.0",
55
"description": "Lint Swagger files on the fly, using swagger-parser",
66
"keywords": [
77
"swagger",

0 commit comments

Comments
 (0)