Skip to content

Commit 04097b6

Browse files
committed
Release version 0.2.0
1 parent 72b7735 commit 04097b6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2024-08-29
11+
1012
### Changed
1113

1214
- 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
1517

1618
The initial release
1719

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
1922
[0.1.0]: https://github.com/dobidi/markdown-it-bidi/releases/tag/v0.1.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-it-bidi",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A plugin for Markdown-it to add bidi support",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)