Skip to content

Commit f40016e

Browse files
authored
Prepare release v0.1.1 (#62)
1 parent 8297ec7 commit f40016e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.1 (Nov 24, 2021)
2+
3+
Enhancements and bug fixes
4+
5+
- Fix missing status code description ([#61](https://github.com/cloud-annotations/docusaurus-plugin-openapi/pull/61))
6+
- Fix narrow tables style regression ([#55](https://github.com/cloud-annotations/docusaurus-plugin-openapi/pull/55))
7+
18
## 0.1.0 (Nov 4, 2021)
29

310
Enhancements and bug fixes

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": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -19,7 +19,7 @@
1919
"@mdx-js/react": "^1.6.21",
2020
"@svgr/webpack": "^5.5.0",
2121
"clsx": "^1.1.1",
22-
"docusaurus-plugin-openapi": "^0.1.0",
22+
"docusaurus-plugin-openapi": "^0.1.1",
2323
"file-loader": "^6.2.0",
2424
"prism-react-renderer": "^1.2.1",
2525
"react": "^17.0.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.1.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/docusaurus-plugin-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-plugin-openapi",
33
"description": "OpenAPI plugin for Docusaurus",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)