From eb3b741b7776ce01f3bafe7f23d2cd0df7ca8b21 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 3 Jan 2022 15:35:17 -0800 Subject: [PATCH] v4.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/api/package-lock.json | 2 +- packages/api/package.json | 2 +- .../httpsnippet-client-api/package-lock.json | 2 +- packages/httpsnippet-client-api/package.json | 2 +- 6 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc024b44..c90cc534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 4.2.0 (2022-01-03) + +* chore(deps-dev): bump @commitlint/cli from 15.0.0 to 16.0.1 (#372) ([2279bcf](https://github.com/readmeio/api/commit/2279bcf)), closes [#372](https://github.com/readmeio/api/issues/372) +* chore(deps-dev): bump @commitlint/config-conventional (#365) ([eddaec1](https://github.com/readmeio/api/commit/eddaec1)), closes [#365](https://github.com/readmeio/api/issues/365) +* chore(deps-dev): bump @readme/eslint-config from 8.0.2 to 8.1.1 (#373) ([c781941](https://github.com/readmeio/api/commit/c781941)), closes [#373](https://github.com/readmeio/api/issues/373) +* chore(deps-dev): bump eslint from 8.3.0 to 8.6.0 (#369) ([1c5f2b1](https://github.com/readmeio/api/commit/1c5f2b1)), closes [#369](https://github.com/readmeio/api/issues/369) +* chore(deps-dev): bump jest from 27.4.2 to 27.4.5 (#370) ([81c8874](https://github.com/readmeio/api/commit/81c8874)), closes [#370](https://github.com/readmeio/api/issues/370) +* chore(deps-dev): bump memfs from 3.4.0 to 3.4.1 (#367) ([2f5f2f1](https://github.com/readmeio/api/commit/2f5f2f1)), closes [#367](https://github.com/readmeio/api/issues/367) +* chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 (#371) ([55ce743](https://github.com/readmeio/api/commit/55ce743)), closes [#371](https://github.com/readmeio/api/issues/371) +* chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#364) ([343c5b7](https://github.com/readmeio/api/commit/343c5b7)), closes [#364](https://github.com/readmeio/api/issues/364) +* chore(deps): bump fetch-har from 5.0.3 to 5.0.4 (#366) ([53f0b61](https://github.com/readmeio/api/commit/53f0b61)), closes [#366](https://github.com/readmeio/api/issues/366) +* chore(deps): bump oas from 17.3.2 to 17.4.0 (#368) ([410f6ca](https://github.com/readmeio/api/commit/410f6ca)), closes [#368](https://github.com/readmeio/api/issues/368) +* chore(deps): upgrading various oas-related deps (#374) ([8a31118](https://github.com/readmeio/api/commit/8a31118)), closes [#374](https://github.com/readmeio/api/issues/374) + + + ## 4.1.3 (2021-12-16) * chore(deps): upgrading oas-to-har and oas (#361) ([b6ee52c](https://github.com/readmeio/api/commit/b6ee52c)), closes [#361](https://github.com/readmeio/api/issues/361) diff --git a/lerna.json b/lerna.json index 4cbcf61c..a72172b3 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "4.1.3" + "version": "4.2.0" } diff --git a/packages/api/package-lock.json b/packages/api/package-lock.json index ef0a49f7..da74d8a1 100644 --- a/packages/api/package-lock.json +++ b/packages/api/package-lock.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.1.3", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/api/package.json b/packages/api/package.json index 4e1d7404..a16a1cea 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.1.3", + "version": "4.2.0", "description": "Generate an SDK from an OpenAPI definition", "main": "src/index.js", "scripts": { diff --git a/packages/httpsnippet-client-api/package-lock.json b/packages/httpsnippet-client-api/package-lock.json index b8c90261..f1aae4fe 100644 --- a/packages/httpsnippet-client-api/package-lock.json +++ b/packages/httpsnippet-client-api/package-lock.json @@ -1,6 +1,6 @@ { "name": "httpsnippet-client-api", - "version": "4.1.3", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/httpsnippet-client-api/package.json b/packages/httpsnippet-client-api/package.json index 554b0538..02f491e0 100644 --- a/packages/httpsnippet-client-api/package.json +++ b/packages/httpsnippet-client-api/package.json @@ -1,6 +1,6 @@ { "name": "httpsnippet-client-api", - "version": "4.1.3", + "version": "4.2.0", "description": "An HTTP Snippet client for generating snippets for the api module.", "main": "src/index.js", "scripts": {