File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.0] - 2024-08-29
11
+
10
12
### Changed
11
13
12
14
- Omit first child elements ([ #27 ] ( https://github.com/dobidi/markdown-it-bidi/pull/27 ) )
@@ -15,5 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
16
18
The initial release
17
19
18
- [ unreleased ] : https://github.com/dobidi/markdown-it-bidi/compare/v0.1.0...HEAD
20
+ [ unreleased ] : https://github.com/dobidi/markdown-it-bidi/compare/v0.2.0...HEAD
21
+ [ 0.2.0 ] : https://github.com/dobidi/markdown-it-bidi/compare/v0.1.0...0.2.0
19
22
[ 0.1.0 ] : https://github.com/dobidi/markdown-it-bidi/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " markdown-it-bidi" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " A plugin for Markdown-it to add bidi support" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments