Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 4, 2024
1 parent bacdd24 commit cefc0ef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2024-01-04

### Fixed
- Fixed left/right arrow key behavior in RTL content (#9)

## [0.1.0] - 2023-08-26

### Added
- Add style to fix bidi in default theme (#4)
- Add style to fix bidi in the default theme (#4)

## [0.0.2] - 2023-08-25

### Fixed
- Removed the noisy log
- Update content of License file to the correct one (AGPL)
- Update the license file to the correct one (AGPL)

## [0.0.1] - 2023-08-24

The initial release with the core functionality (#1)

[unreleased]: https://github.com/dobidi/logseq-bidi/compare/v0.1.0...HEAD
[unreleased]: https://github.com/dobidi/logseq-bidi/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/dobidi/logseq-bidi/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/dobidi/logseq-bidi/compare/v0.0.2...v0.1.0
[0.0.2]: https://github.com/dobidi/logseq-bidi/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/dobidi/logseq-bidi/releases/tag/v0.0.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-bidi",
"version": "0.1.0",
"version": "0.2.0",
"description": "A Logseq plugin for adding bidirectional text support, making it possible to manage knowledge in both LTR and RTL languages.",
"main": "dist/index.html",
"repository": "https://github.com/dobidi/logseq-bidi",
Expand Down

0 comments on commit cefc0ef

Please sign in to comment.