diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4b5b28cf..60c085b7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.2](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/core@2.0.0-alpha.1...@tiptap/core@2.0.0-alpha.2) (2020-11-16) + +**Note:** Version bump only for package @tiptap/core + + + + + # [2.0.0-alpha.1](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/core@2.0.0-alpha.0...@tiptap/core@2.0.0-alpha.1) (2020-11-16) **Note:** Version bump only for package @tiptap/core diff --git a/packages/core/package.json b/packages/core/package.json index 4013c39f..33246843 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,8 +1,13 @@ { "name": "@tiptap/core", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "homepage": "https://tiptap.dev", - "keywords": ["tiptap", "headless", "wysiwyg", "text editor"], + "keywords": [ + "tiptap", + "headless", + "wysiwyg", + "text editor" + ], "license": "MIT", "funding": { "type": "github",