From 872a10b3f0baea12d5b6f29e37fea3ae1bee6314 Mon Sep 17 00:00:00 2001 From: YC UI Bot <95919151+yc-ui-bot@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:22:25 +0300 Subject: [PATCH] chore(master): release 2.3.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",