Skip to content

Commit 325aa1d

Browse files
chore: 🔖 release new versions (#1675)
1 parent bb0553b commit 325aa1d

File tree

7 files changed

+23
-12
lines changed

7 files changed

+23
-12
lines changed

.changeset/seven-rocks-laugh.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ toc:
77

88
<!-- do-not-remove -->
99

10+
## 1.20.1 (2024-08-22)
11+
12+
### Patch Changes
13+
14+
- Get more helpful error messages when there's a problem importing a plugin.
15+
- Updated @redocly/openapi-core to v1.20.1.
16+
1017
## 1.20.0 (2024-08-21)
1118

1219
### Minor Changes

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @redocly/cli
22

3+
## 1.20.1
4+
5+
### Patch Changes
6+
7+
- Get more helpful error messages when there's a problem importing a plugin.
8+
- Updated @redocly/openapi-core to v1.20.1.
9+
310
## 1.20.0
411

512
### Minor Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/cli",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -36,7 +36,7 @@
3636
"Roman Hotsiy <[email protected]> (https://redoc.ly/)"
3737
],
3838
"dependencies": {
39-
"@redocly/openapi-core": "1.20.0",
39+
"@redocly/openapi-core": "1.20.1",
4040
"abort-controller": "^3.0.0",
4141
"chokidar": "^3.5.1",
4242
"colorette": "^1.2.0",

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @redocly/openapi-core
22

3+
## 1.20.1
4+
35
## 1.20.0
46

57
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/openapi-core",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
44
"description": "",
55
"main": "lib/index.js",
66
"engines": {

0 commit comments

Comments
 (0)