Skip to content

Commit 35c2bdb

Browse files
committed
v3.5.0
1 parent 77a0226 commit 35c2bdb

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v3.5.0](https://github.com/readmeio/oas/compare/v3.4.7...v3.5.0)
8+
9+
> 1 July 2020
10+
11+
- feat: properly handle cookie auth [`#216`](https://github.com/readmeio/oas/pull/216)
12+
- build(deps-dev): bump @readme/eslint-config from 3.2.1 to 3.3.2 [`#215`](https://github.com/readmeio/oas/pull/215)
13+
- build(deps-dev): bump @readme/eslint-config from 3.2.1 to 3.3.0 [`#214`](https://github.com/readmeio/oas/pull/214)
14+
- build(deps-dev): bump jest from 26.0.1 to 26.1.0 [`#213`](https://github.com/readmeio/oas/pull/213)
15+
- build(deps-dev): bump eslint from 7.2.0 to 7.3.1 [`#212`](https://github.com/readmeio/oas/pull/212)
16+
- build(deps-dev): bump @commitlint/config-conventional [`#211`](https://github.com/readmeio/oas/pull/211)
17+
- build(deps-dev): bump @readme/eslint-config from 3.2.0 to 3.2.1 [`#210`](https://github.com/readmeio/oas/pull/210)
18+
- build(deps-dev): bump @commitlint/cli from 8.3.5 to 9.0.1 [`#208`](https://github.com/readmeio/oas/pull/208)
19+
- ci: updating the label that dependabot uses [`66b7be4`](https://github.com/readmeio/oas/commit/66b7be4c527635bf52149cf2515600fb33bf729c)
20+
721
#### [v3.4.7](https://github.com/readmeio/oas/compare/v3.4.6...v3.4.7)
822

923
> 19 June 2020

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "3.4.7"
6+
"version": "3.5.0"
77
}

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"microservice",
2323
"documentation"
2424
],
25-
"version": "3.4.6",
25+
"version": "3.5.0",
2626
"repository": {
2727
"type": "git",
2828
"url": "git://github.com/readmeio/oas.git",

packages/tooling/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tooling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"oai",
1515
"oas"
1616
],
17-
"version": "3.4.7",
17+
"version": "3.5.0",
1818
"repository": {
1919
"type": "git",
2020
"url": "git://github.com/readmeio/oas.git",

0 commit comments

Comments
 (0)