Skip to content

Commit eb436c8

Browse files
author
Phil Sturgeon
authored
Merge pull request #48 from wework/release/0.6.0
Release branch for v0.6.0
2 parents d085c79 + 4cc3b35 commit eb436c8

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
node-latest:
2828
<<: *shared
2929

30+
node-10:
31+
docker:
32+
- image: circleci/node:10
33+
<<: *shared
34+
3035
node-9:
3136
docker:
3237
- image: circleci/node:9
@@ -42,5 +47,6 @@ workflows:
4247
commit:
4348
jobs:
4449
- node-latest
50+
- node-10
4551
- node-9
4652
- node-8

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-dev",
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)