diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb09840..a760d1be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.6](https://github.com/readmeio/oas/compare/v3.1.5...v3.1.6) + +> 30 March 2020 + +- fix: edge case in findOperation [`#147`](https://github.com/readmeio/oas/pull/147) +- chore(deps-dev): Bump @readme/eslint-config from 2.0.1 to 2.0.2 [`#142`](https://github.com/readmeio/oas/pull/142) +- chore(deps-dev): Bump jest from 25.1.0 to 25.2.4 [`#143`](https://github.com/readmeio/oas/pull/143) +- chore(deps): Bump swagger-inline from 3.0.2 to 3.0.3 [`#145`](https://github.com/readmeio/oas/pull/145) +- chore(deps-dev): Bump auto-changelog from 1.16.2 to 1.16.3 [`#146`](https://github.com/readmeio/oas/pull/146) +- chore(breaking): decoupling oas-tooling from the cli package (#140) [`9dfeb0a`](https://github.com/readmeio/oas/commit/9dfeb0afc5e6f5b364dfcf3b36c39614d1fe8d13) + #### [v3.1.5](https://github.com/readmeio/oas/compare/v3.1.4...v3.1.5) > 25 March 2020 diff --git a/lerna.json b/lerna.json index 16e07206..3d7b05ef 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.1.5" + "version": "3.1.6" } diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 396e79eb..c06f8db4 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "oas", - "version": "3.1.5", + "version": "3.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index f621ff2a..93d75f73 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -22,7 +22,7 @@ "microservice", "documentation" ], - "version": "3.1.5", + "version": "3.1.6", "repository": { "type": "git", "url": "git://github.com/readmeio/oas.git", diff --git a/packages/tooling/package-lock.json b/packages/tooling/package-lock.json index 32057cf7..ad094883 100644 --- a/packages/tooling/package-lock.json +++ b/packages/tooling/package-lock.json @@ -1,6 +1,6 @@ { "name": "@readme/oas-tooling", - "version": "3.1.5", + "version": "3.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tooling/package.json b/packages/tooling/package.json index f4a3c535..41d40e33 100644 --- a/packages/tooling/package.json +++ b/packages/tooling/package.json @@ -14,7 +14,7 @@ "oai", "oas" ], - "version": "3.1.5", + "version": "3.1.6", "repository": { "type": "git", "url": "git://github.com/readmeio/oas.git",