Skip to content

Commit

Permalink
chore: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKarpiuk committed Jul 25, 2023
1 parent 50d699d commit b6ea933
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ toc:

# Redocly CLI changelog

## 1.0.0 (2023-07-25)

No code changes.

## 1.0.0-rc.3 (2023-07-20)

### Fixes
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "",
"private": true,
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"Roman Hotsiy <[email protected]> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.0.0-rc.3",
"@redocly/openapi-core": "1.0.0",
"assert-node-version": "^1.0.3",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit b6ea933

Please sign in to comment.