Skip to content

Commit 4cc3b35

Browse files
author
Phil Sturgeon
committed
Mention requirements
1 parent 781806f commit 4cc3b35

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.6.0] - 2018-05-04
88
## Removed
99
- Removed switch `--watch` as it didn't actually work, and was flagging "security issues" on npm ([#46])
1010
## Added

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Make sure your OpenAPI 3.0 specifications are more than just valid, make sure th
88

99
Taking off from where [Mike Ralphson] started with linting in [swagger2openapi], Speccy aims to become the [rubocop] or [eslint] of OpenAPI.
1010

11+
## Requirements
12+
13+
- **NodeJS:** v8 - v10
14+
1115
## OpenAPI Specification
1216

1317
Currently tracking [v3.0.0](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speccy",
3-
"version": "0.6.0-5",
3+
"version": "0.6.0",
44
"description": "Your friendly OpenAPI v3.0 #WellActually CLI assistant.",
55
"bin": {
66
"speccy": "./speccy.js"

0 commit comments

Comments
 (0)