diff --git a/CHANGELOG.md b/CHANGELOG.md index 590f91f..5ae8af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -# next +# v0.2.3 - Copy-pasting - Selections with double click and drag. Also with triple click. +- Parser error recovery # v0.2.3 diff --git a/package.json b/package.json index 51ad592..834f286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aftermath-editor", - "version": "0.2.3", + "version": "0.2.5", "source": "src/main.ts", "type": "module", "types": "dist/types.d.ts",