fix(ci): incorrect release tag fixed (#1964)

This commit is contained in:
Peter Savchenko 2022-02-08 13:26:13 +03:00 committed by GitHub
parent 27aa9164a1
commit c1bca10d12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
### 2.23.1
`Fix` — Incorrect release tag fixed
### 2.23.0
- `Improvement`*EditorConfig* — The `onChange` callback now accepts two arguments: EditorJS API and the CustomEvent with `type` and `detail` allowing to determine what happened with a Block

View file

@ -1,6 +1,6 @@
{
"name": "@editorjs/editorjs",
"version": "2.23.0-rc.2",
"version": "2.23.1",
"description": "Editor.js — Native JS, based on API and Open Source",
"main": "dist/editor.js",
"types": "./types/index.d.ts",