diff --git a/CHANGELOG.md b/CHANGELOG.md index 9637eec8..cedd9c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.5.0](https://github.com/readmeio/oas/compare/v3.4.7...v3.5.0) + +> 1 July 2020 + +- feat: properly handle cookie auth [`#216`](https://github.com/readmeio/oas/pull/216) +- build(deps-dev): bump @readme/eslint-config from 3.2.1 to 3.3.2 [`#215`](https://github.com/readmeio/oas/pull/215) +- build(deps-dev): bump @readme/eslint-config from 3.2.1 to 3.3.0 [`#214`](https://github.com/readmeio/oas/pull/214) +- build(deps-dev): bump jest from 26.0.1 to 26.1.0 [`#213`](https://github.com/readmeio/oas/pull/213) +- build(deps-dev): bump eslint from 7.2.0 to 7.3.1 [`#212`](https://github.com/readmeio/oas/pull/212) +- build(deps-dev): bump @commitlint/config-conventional [`#211`](https://github.com/readmeio/oas/pull/211) +- build(deps-dev): bump @readme/eslint-config from 3.2.0 to 3.2.1 [`#210`](https://github.com/readmeio/oas/pull/210) +- build(deps-dev): bump @commitlint/cli from 8.3.5 to 9.0.1 [`#208`](https://github.com/readmeio/oas/pull/208) +- ci: updating the label that dependabot uses [`66b7be4`](https://github.com/readmeio/oas/commit/66b7be4c527635bf52149cf2515600fb33bf729c) + #### [v3.4.7](https://github.com/readmeio/oas/compare/v3.4.6...v3.4.7) > 19 June 2020 diff --git a/lerna.json b/lerna.json index 2624669d..38c8b65f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.4.7" + "version": "3.5.0" } diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index dfa0366c..b6a186a8 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "oas", - "version": "3.4.6", + "version": "3.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index dd6959f1..aa78a5d1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -22,7 +22,7 @@ "microservice", "documentation" ], - "version": "3.4.6", + "version": "3.5.0", "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 64ed18cc..bda40356 100644 --- a/packages/tooling/package-lock.json +++ b/packages/tooling/package-lock.json @@ -1,6 +1,6 @@ { "name": "@readme/oas-tooling", - "version": "3.4.7", + "version": "3.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tooling/package.json b/packages/tooling/package.json index eb6d380b..e1ee96f7 100644 --- a/packages/tooling/package.json +++ b/packages/tooling/package.json @@ -14,7 +14,7 @@ "oai", "oas" ], - "version": "3.4.7", + "version": "3.5.0", "repository": { "type": "git", "url": "git://github.com/readmeio/oas.git",