diff --git a/CHANGELOG.md b/CHANGELOG.md index 028c9ec..f8b9200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,19 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## v1.0.1 (2022-06-15) + +#### Dependency Updates + +- update `codemirror-*` dependencies ([5732e0b](https://github.com/sibiraj-s/prosemirror-codemirror-6/commit/5732e0b)) +- update `prosemirror-*` dependencies ([5732e0b](https://github.com/sibiraj-s/prosemirror-codemirror-6/commit/5732e0b)) + +#### Internal + +- replace jest with vitest ([19b02f2](https://github.com/sibiraj-s/prosemirror-codemirror-6/commit/19b02f2)) +- configure publint ([3a85217](https://github.com/sibiraj-s/prosemirror-codemirror-6/commit/3a85217)) +- add npm package provenance ([fb106da](https://github.com/sibiraj-s/prosemirror-codemirror-6/commit/fb106da)) + ## v1.0.0 (2022-06-15) #### Dependency Updates diff --git a/package-lock.json b/package-lock.json index 53432e9..fab1f6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prosemirror-codemirror-6", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prosemirror-codemirror-6", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@codemirror/state": "^6.2.1", diff --git a/package.json b/package.json index 2679a3d..9d2accd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosemirror-codemirror-6", - "version": "1.0.0", + "version": "1.0.1", "description": "ProseMirror with CodeMirror 6", "author": "sibiraj-s", "license": "MIT",