Skip to content

Commit

Permalink
chore(release): 2.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.2](v2.3.1...v2.3.2) (2024-05-26)

### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([4ee40e1](4ee40e1))
  • Loading branch information
syroegkin committed May 26, 2024
1 parent f6b105a commit ac8286c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.3.2](https://github.com/syroegkin/swagger-markdown/compare/v2.3.1...v2.3.2) (2024-05-26)


### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([4ee40e1](https://github.com/syroegkin/swagger-markdown/commit/4ee40e149d07c0013f09332ff797eddb16d1c2ef))

## [2.3.1](https://github.com/syroegkin/swagger-markdown/compare/v2.3.0...v2.3.1) (2023-11-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-markdown",
"version": "2.3.1",
"version": "2.3.2",
"description": "Create markdown API documentation from swagger file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -101,4 +101,4 @@
"markdownlint-rule-helpers": "^0.22.0",
"openapi-types": "^12.1.3"
}
}
}

0 comments on commit ac8286c

Please sign in to comment.