Skip to content

Commit cab7717

Browse files
authored
chore(master): release 4.55.0 (#695)
1 parent a4742c3 commit cab7717

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.55.0](https://github.com/diplodoc-platform/transform/compare/v4.54.0...v4.55.0) (2025-04-11)
4+
5+
6+
### Features
7+
8+
* add line numbers to code blocks and improve clipboard copy functionality ([#683](https://github.com/diplodoc-platform/transform/issues/683)) ([18b42ca](https://github.com/diplodoc-platform/transform/commit/18b42ca6994c686d7c7d9269fed6229fe9d8f4c3))
9+
* highlight inline code with a link ([#694](https://github.com/diplodoc-platform/transform/issues/694)) ([a4742c3](https://github.com/diplodoc-platform/transform/commit/a4742c3ea43e71351e5e22d8dea8e91896d83afa))
10+
311
## [4.54.0](https://github.com/diplodoc-platform/transform/compare/v4.53.0...v4.54.0) (2025-04-04)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@diplodoc/transform",
3-
"version": "4.54.0",
3+
"version": "4.55.0",
44
"description": "A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)