Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jul 1, 2020
1 parent 77a0226 commit 35c2bdb
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.4.7"
"version": "3.5.0"
}
2 changes: 1 addition & 1 deletion packages/cli/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 packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"microservice",
"documentation"
],
"version": "3.4.6",
"version": "3.5.0",
"repository": {
"type": "git",
"url": "git://github.com/readmeio/oas.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tooling/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 packages/tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"oai",
"oas"
],
"version": "3.4.7",
"version": "3.5.0",
"repository": {
"type": "git",
"url": "git://github.com/readmeio/oas.git",
Expand Down

0 comments on commit 35c2bdb

Please sign in to comment.