Skip to content

Commit

Permalink
Tagged v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Apr 9, 2018
1 parent 227438d commit aa2e610
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2018-04-09
### Added
* Convert `dependencies` to an allOf + oneOf OpenAPI-valid equivalent
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-to-openapi-schema",
"version": "0.1.0",
"version": "0.1.1",
"description": "Converts a JSON Schema to OpenAPI Schema Object",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit aa2e610

Please sign in to comment.