Skip to content

Commit 5a825d9

Browse files
authored
chore(master): release 0.2.1 (#7)
1 parent b1aa8d4 commit 5a825d9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/diplodoc-platform/directive/compare/v0.2.0...v0.2.1) (2024-11-27)
4+
5+
6+
### Bug Fixes
7+
8+
* fixed types ([#8](https://github.com/diplodoc-platform/directive/issues/8)) ([b1aa8d4](https://github.com/diplodoc-platform/directive/commit/b1aa8d4db372e519a95103f910a7c609222391d6))
9+
* update `markdown-it-directive` to v2.0.4 ([#6](https://github.com/diplodoc-platform/directive/issues/6)) ([8a56212](https://github.com/diplodoc-platform/directive/commit/8a562129de437bb174a5ee654e9e183d220724c7))
10+
311
## [0.2.0](https://github.com/diplodoc-platform/directive/compare/v0.1.0...v0.2.0) (2024-11-15)
412

513
### Features

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.2.0",
3+
"version": "0.2.1",
44
"description": "Directive syntax for Diplodoc platform",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)