Skip to content

Commit 95bb817

Browse files
committed
build: 5.0.2 release
1 parent 5a7fd08 commit 95bb817

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## <small>5.0.2 (2021-12-01)</small>
2+
3+
* chore(deps-dev): bump eslint from 8.2.0 to 8.3.0 (#228) ([7762181](https://github.com/readmeio/swagger-inline/commit/7762181)), closes [#228](https://github.com/readmeio/swagger-inline/issues/228)
4+
* chore(deps-dev): bump jest from 27.3.1 to 27.4.3 (#230) ([5a7fd08](https://github.com/readmeio/swagger-inline/commit/5a7fd08)), closes [#230](https://github.com/readmeio/swagger-inline/issues/230)
5+
* chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 (#229) ([e4145a4](https://github.com/readmeio/swagger-inline/commit/e4145a4)), closes [#229](https://github.com/readmeio/swagger-inline/issues/229)
6+
* chore(deps-dev): upgrading eslint to v8 ([367730f](https://github.com/readmeio/swagger-inline/commit/367730f))
7+
* chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#232) ([ee31d47](https://github.com/readmeio/swagger-inline/commit/ee31d47)), closes [#232](https://github.com/readmeio/swagger-inline/issues/232)
8+
* chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#231) ([1b37117](https://github.com/readmeio/swagger-inline/commit/1b37117)), closes [#231](https://github.com/readmeio/swagger-inline/issues/231)
9+
10+
11+
112
## <small>5.0.1 (2021-11-04)</small>
213

314
* fix: typo where some paths weren't always sorted ([3b6ea28](https://github.com/readmeio/swagger-inline/commit/3b6ea28))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-inline",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Generate an OpenAPI/Swagger definition from inline comments.",
55
"author": "Readme.io",
66
"license": "ISC",

0 commit comments

Comments
 (0)