Skip to content

Commit 25a7258

Browse files
authored
chore(master): release 0.3.1 (#13)
1 parent cecafd6 commit 25a7258

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/diplodoc-platform/directive/compare/v0.3.0...v0.3.1) (2025-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* added ability to register leaf-block directive using config object ([#15](https://github.com/diplodoc-platform/directive/issues/15)) ([cecafd6](https://github.com/diplodoc-platform/directive/commit/cecafd6ef5cbb6067976fe6e29fa9cfbfab1871c))
9+
* allow to set meta to token using config objects ([#14](https://github.com/diplodoc-platform/directive/issues/14)) ([ba5595a](https://github.com/diplodoc-platform/directive/commit/ba5595a446b4709957d0336c10732b749c8ed462))
10+
* bumped markdown-it-directive for closing & nesting fixes ([#12](https://github.com/diplodoc-platform/directive/issues/12)) ([16dcfd8](https://github.com/diplodoc-platform/directive/commit/16dcfd8d3dd6cb11cb02c904c6ad1bd95115d852))
11+
312
## [0.3.0](https://github.com/diplodoc-platform/directive/compare/v0.2.1...v0.3.0) (2024-11-27)
413

514

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@diplodoc/directive",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Directive syntax for Diplodoc platform",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)