diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cfcb9..d79573d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 4.1.4 (2021-07-06) + +* chore(deps-dev): bump @readme/eslint-config from 5.0.5 to 5.1.0 (#202) ([b9def82](https://github.com/readmeio/swagger-inline/commit/b9def82)), closes [#202](https://github.com/readmeio/swagger-inline/issues/202) +* chore(deps-dev): bump eslint from 7.27.0 to 7.29.0 (#197) ([20f0ab0](https://github.com/readmeio/swagger-inline/commit/20f0ab0)), closes [#197](https://github.com/readmeio/swagger-inline/issues/197) +* chore(deps-dev): bump jest from 27.0.3 to 27.0.6 (#200) ([d2d8aed](https://github.com/readmeio/swagger-inline/commit/d2d8aed)), closes [#200](https://github.com/readmeio/swagger-inline/issues/200) +* chore(deps-dev): bump prettier from 2.3.0 to 2.3.2 (#199) ([c24ea3c](https://github.com/readmeio/swagger-inline/commit/c24ea3c)), closes [#199](https://github.com/readmeio/swagger-inline/issues/199) +* chore(deps): bump globby from 11.0.3 to 11.0.4 (#201) ([907e905](https://github.com/readmeio/swagger-inline/commit/907e905)), closes [#201](https://github.com/readmeio/swagger-inline/issues/201) + + + ## 4.1.3 (2021-06-06) * fix: ignore errors where a files language can't be determined ([263ca6c](https://github.com/readmeio/swagger-inline/commit/263ca6c)) diff --git a/package.json b/package.json index 444504a..f761cf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-inline", - "version": "4.1.3", + "version": "4.1.4", "description": "Generate an OpenAPI/Swagger definition from inline comments.", "author": "Readme.io", "license": "ISC",