diff --git a/CHANGELOG.md b/CHANGELOG.md index 87255a2..a43cec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/diplodoc-platform/html-extension/compare/v2.3.0...v2.3.1) (2024-10-07) + + +### Bug Fixes + +* added typesVersions ([d0cd2e8](https://github.com/diplodoc-platform/html-extension/commit/d0cd2e83f8471d5821f8e128607128aaaab7d537)) + ## [2.3.0](https://github.com/diplodoc-platform/html-extension/compare/v2.2.0...v2.3.0) (2024-10-07) diff --git a/package-lock.json b/package-lock.json index 351c3f1..b7f870d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/html-extension", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/html-extension", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { "markdown-it-directive": "^2.0.2" diff --git a/package.json b/package.json index 75737bd..4faab2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/html-extension", - "version": "2.3.0", + "version": "2.3.1", "description": "HTML plugin for Diplodoc transformer and builder", "main": "build/plugin/index.js", "types": "build/plugin/index.d.ts",