diff --git a/CHANGELOG.md b/CHANGELOG.md index c055de09..36e910e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 3.5.1 (2020-07-06) + +* docs: regenerating the changelog from scratch ([3d0d3f6](https://github.com/readmeio/oas/commit/3d0d3f6)) +* chore: removing some unncessary deps from the lerna-level package ([5432dbe](https://github.com/readmeio/oas/commit/5432dbe)) +* build(deps-dev): bump auto-changelog from 2.1.0 to 2.2.0 (#221) ([50945a7](https://github.com/readmeio/oas/commit/50945a7)), closes [#221](https://github.com/readmeio/oas/issues/221) +* build(deps-dev): bump eslint from 7.3.1 to 7.4.0 (#220) ([db1ed83](https://github.com/readmeio/oas/commit/db1ed83)), closes [#220](https://github.com/readmeio/oas/issues/220) +* build(deps): bump inquirer from 7.2.0 to 7.3.0 (#219) ([5b5d5dd](https://github.com/readmeio/oas/commit/5b5d5dd)), closes [#219](https://github.com/readmeio/oas/issues/219) +* build(deps): bump jsonpointer from 4.0.1 to 4.1.0 (#217) ([83b6c88](https://github.com/readmeio/oas/commit/83b6c88)), closes [#217](https://github.com/readmeio/oas/issues/217) +* build(deps): bump swagger-inline from 3.1.0 to 3.1.1 (#218) ([6793732](https://github.com/readmeio/oas/commit/6793732)), closes [#218](https://github.com/readmeio/oas/issues/218) + + + ## 3.5.0 (2020-07-01) * v3.5.0 ([35c2bdb](https://github.com/readmeio/oas/commit/35c2bdb)) diff --git a/lerna.json b/lerna.json index 38c8b65f..e6720046 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.5.0" + "version": "3.5.1" } diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 3b9eb18b..e4f1a723 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "oas", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 5290d20c..d363e646 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -22,7 +22,7 @@ "microservice", "documentation" ], - "version": "3.5.0", + "version": "3.5.1", "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 e1acd4d4..af13ba56 100644 --- a/packages/tooling/package-lock.json +++ b/packages/tooling/package-lock.json @@ -1,6 +1,6 @@ { "name": "@readme/oas-tooling", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tooling/package.json b/packages/tooling/package.json index e1ee96f7..1e28b7e0 100644 --- a/packages/tooling/package.json +++ b/packages/tooling/package.json @@ -14,7 +14,7 @@ "oai", "oas" ], - "version": "3.5.0", + "version": "3.5.1", "repository": { "type": "git", "url": "git://github.com/readmeio/oas.git",