Skip to content

Commit 97d0fc7

Browse files
authored
Prepare release v4.3.4 (#1083)
1 parent 1833161 commit 97d0fc7

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.3.4 (Feb 12, 2025)
2+
3+
High level enhancements
4+
5+
- Expands support for parameter serialization, including support for more parameter styles and encoding formats.
6+
7+
Other enhancements and bug fixes
8+
9+
- update intro doc
10+
- Expand support for parameter serialization ([#1078](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1078))
11+
112
## 4.3.3 (Jan 29, 2025)
213

314
High level enhancements

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "4.3.3",
3+
"version": "4.3.4",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -27,7 +27,7 @@
2727
"@docusaurus/preset-classic": "3.7.0",
2828
"clsx": "^1.1.1",
2929
"docusaurus-plugin-openapi-docs": "^4.3.3",
30-
"docusaurus-theme-openapi-docs": "^4.3.3",
30+
"docusaurus-theme-openapi-docs": "^4.3.4",
3131
"prism-react-renderer": "^2.3.0",
3232
"react": "^19.0.0",
3333
"react-dom": "^19.0.0"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.3.3",
2+
"version": "4.3.4",
33
"npmClient": "yarn"
44
}

packages/docusaurus-theme-openapi-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-theme-openapi-docs",
33
"description": "OpenAPI theme for Docusaurus.",
4-
"version": "4.3.3",
4+
"version": "4.3.4",
55
"license": "MIT",
66
"keywords": [
77
"openapi",

0 commit comments

Comments
 (0)