diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee91e5e..c10bde38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.1.4](https://github.com/readmeio/oas/compare/v3.1.3...v3.1.4) + +> 23 March 2020 + +- fix: adding some handling to repair malformed OAS arrays [`#138`](https://github.com/readmeio/oas/pull/138) +- chore(deps-dev): Bump @readme/eslint-config from 1.15.0 to 2.0.1 [`#137`](https://github.com/readmeio/oas/pull/137) +- chore(deps): Bump minimist from 1.2.2 to 1.2.5 [`#136`](https://github.com/readmeio/oas/pull/136) +- chore(deps): Bump oas-normalize from 2.0.0 to 2.0.2 [`#135`](https://github.com/readmeio/oas/pull/135) +- chore(deps): Bump swagger-inline from 3.0.1 to 3.0.2 [`#134`](https://github.com/readmeio/oas/pull/134) +- docs: 3.1.3 changelog [`e08ee28`](https://github.com/readmeio/oas/commit/e08ee287d8ac184731bce2769ac84d2efc8b12c5) +- chore: adding a name to the root package file [`b2d8b45`](https://github.com/readmeio/oas/commit/b2d8b45d638bb4d198a4d3e1f36fa07bbfc2edc7) + #### [v3.1.3](https://github.com/readmeio/oas/compare/v3.1.2...v3.1.3) > 20 March 2020 diff --git a/lerna.json b/lerna.json index 5cabfc49..a2b881c8 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.1.3" + "version": "3.1.4" } diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index af3e4bf4..d3aa593e 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "oas", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index ec3c657b..755a86bc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -23,7 +23,7 @@ "microservice", "documentation" ], - "version": "3.1.3", + "version": "3.1.4", "repository": { "type": "git", "url": "git://github.com/readmeio/oas.git", @@ -39,7 +39,7 @@ "test": "jest --coverage" }, "dependencies": { - "@readme/oas-tooling": "^3.1.3", + "@readme/oas-tooling": "^3.1.4", "cardinal": "^2.1.1", "colors": "^1.1.2", "figures": "^3.0.0", diff --git a/packages/tooling/package-lock.json b/packages/tooling/package-lock.json index 3ccfb1c5..512f5d4f 100644 --- a/packages/tooling/package-lock.json +++ b/packages/tooling/package-lock.json @@ -1,6 +1,6 @@ { "name": "@readme/oas-tooling", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tooling/package.json b/packages/tooling/package.json index 0a2d59b9..d195b794 100644 --- a/packages/tooling/package.json +++ b/packages/tooling/package.json @@ -14,7 +14,7 @@ "oai", "oas" ], - "version": "3.1.3", + "version": "3.1.4", "repository": { "type": "git", "url": "git://github.com/readmeio/oas.git",