diff --git a/CHANGELOG.md b/CHANGELOG.md index e99ff63..ed87b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.2 (2023-05-17) + +### Bug fixes + +Include CommonJS type declarations in the package to please new TypeScript resolution settings. + ## 1.2.1 (2022-06-22) ### Bug fixes diff --git a/package.json b/package.json index 7a848e9..afd0eaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosemirror-example-setup", - "version": "1.2.1", + "version": "1.2.2", "description": "An example for how to set up a ProseMirror editor", "type": "module", "main": "dist/index.cjs",